| LicenseManagementActionCompleteEventArgs Class |
Namespace: com.softwarekey.Client.Gui
The LicenseManagementActionCompleteEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionType | Gets the type of action. | |
| LastError | Gets the last error that occurred. | |
| LicenseID | Gets the License ID entered by the user. | |
| NewLicenseContent | Gets whether or not the action was processed successfully and resulted in new license content, this property contains that new license content. | |
| Password | Gets the password entered by the user. | |
| PostProcessingSuccessful | Gets or sets whether or not action post-processing has been completed successfully. | |
| ProcessedSuccessfully | Gets whether or not the action has been completed successfully. | |
| TriggerCodeEventData | Gets the trigger code event data (if applicable/if an "Activation Code 2" is required/entered). | |
| TriggerCodeNumber | Gets the trigger code number to process (if a trigger code was validated successfully). |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | A string representation of the action's result. (Overrides ObjectToString.) |