LicenseFileFoundEventArgs
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Additional information for license file found events.
Inheritance
object ← EventArgs ← LicenseFileFoundEventArgs
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.
Parameters
Name
Description
The full path of the license file.
Exceptions
Name
Description
Thrown when one or more required arguments are null.
Properties
LicenseFilePath
Gets the full pathname of the license file.
Property Value
Skip
Gets or sets a value indicating whether the skip the license file.
Property Value
Last updated