Click or drag to resize
LicenseManagementActionCompleteEventArgs Class
Contains properties with data about a completed license management action.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    com.softwarekey.Client.GuiLicenseManagementActionCompleteEventArgs

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
public class LicenseManagementActionCompleteEventArgs : EventArgs

The LicenseManagementActionCompleteEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyActionType
Gets the type of action.
Public propertyLastError
Gets the last error that occurred.
Public propertyLicenseID
Gets the License ID entered by the user.
Public propertyNewLicenseContent
Gets whether or not the action was processed successfully and resulted in new license content, this property contains that new license content.
Public propertyPassword
Gets the password entered by the user.
Public propertyPostProcessingSuccessful
Gets or sets whether or not action post-processing has been completed successfully.
Public propertyProcessedSuccessfully
Gets whether or not the action has been completed successfully.
Public propertyTriggerCodeEventData
Gets the trigger code event data (if applicable/if an "Activation Code 2" is required/entered).
Public propertyTriggerCodeNumber
Gets the trigger code number to process (if a trigger code was validated successfully).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
A string representation of the action's result.
(Overrides ObjectToString.)
Top
See Also