LicenseFileFoundEventArgs

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Additional information for license file found events.

public class LicenseFileFoundEventArgs : EventArgs

Inheritance

objectEventArgsLicenseFileFoundEventArgs

Inherited Members

EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

LicenseFileFoundEventArgs(string)

Generate a new instance of class.

public LicenseFileFoundEventArgs(string licenseFilePath)

Parameters

NameDescription

licenseFilePath string

The full path of the license file.

Exceptions

NameDescription

Thrown when one or more required arguments are null.

Properties

LicenseFilePath

Gets the full pathname of the license file.

public string LicenseFilePath { get; }

Property Value

string

Skip

Gets or sets a value indicating whether the skip the license file.

public bool Skip { get; set; }

Property Value

bool

Last updated