LicenseActivatedEventArgs
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Provides data for the event.
Inheritance
object ← EventArgs ← LicenseActivatedEventArgs
Inherited Members
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseActivatedEventArgs(string, ActivateLicenseResponse)
Initializes a new instance of the class.
Parameters
Name
Description
The user key associated with the activated license.
The returned from the license server after activating the license.
Properties
Response
Gets the returned from the license server after activating the license.
Property Value
UserKey
Gets the user key associated with the activated license.
Property Value
Last updated