LicenseActivatedEventArgs

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Provides data for the event.

public class LicenseActivatedEventArgs : EventArgs

Inheritance

objectEventArgsLicenseActivatedEventArgs

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

NameDescription

userKey string

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.

public ActivateLicenseResponse Response { get; }

Property Value

ActivateLicenseResponse

UserKey

Gets the user key associated with the activated license.

public string UserKey { get; }

Property Value

string

Last updated