LicenseActivatedEventArgs
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Provides data for the event.
public class LicenseActivatedEventArgs : EventArgsInheritance
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.
public LicenseActivatedEventArgs(string userKey, ActivateLicenseResponse response)Parameters
Name
Description
userKey string
The user key associated with the activated license.
response ActivateLicenseResponse
The returned from the license server after activating the license.
Properties
Response
Gets the returned from the license server after activating the license.
public ActivateLicenseResponse Response { get; }Property Value
UserKey
Gets the user key associated with the activated license.
public string UserKey { get; }Property Value
Last updated