LicenseValidatedEventArgs
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Provides data for the event.
Inheritance
object ← EventArgs ← LicenseValidatedEventArgs
Inherited Members
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseValidatedEventArgs(string, ValidateLicenseResponse, ILicense)
Initializes a new instance of the class with the specified user key and response.
Parameters
Name
Description
The user key associated with the validated license.
The response received from the server when validating the license.
The validated license.
Properties
License
Gets the validated license.
Property Value
Response
Gets the response received from the server when validating the license.
Property Value
UserKey
Gets the user key associated with the validating license.
Property Value
Last updated