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