LicenseDeactivatedEventArgs

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

Provides data for the event.

public class LicenseDeactivatedEventArgs : EventArgs

Inheritance

objectEventArgsLicenseDeactivatedEventArgs

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.

public LicenseDeactivatedEventArgs(string userKey, DeactivateLicenseResponse response)

Parameters

NameDescription

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.

public DeactivateLicenseResponse Response { get; }

Property Value

DeactivateLicenseResponse

UserKey

Gets the user key associated with the deactivated license.

public string UserKey { get; }

Property Value

string

Last updated