LicensingGuiLicenseManagementActionComplete Event |
Occurs when the user has completed an action on the license management form.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic event EventHandler<LicenseManagementActionCompleteEventArgs> LicenseManagementActionComplete
Public Event LicenseManagementActionComplete As EventHandler(Of LicenseManagementActionCompleteEventArgs)
public:
event EventHandler<LicenseManagementActionCompleteEventArgs^>^ LicenseManagementActionComplete {
void add (EventHandler<LicenseManagementActionCompleteEventArgs^>^ value);
void remove (EventHandler<LicenseManagementActionCompleteEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerLicenseManagementActionCompleteEventArgs
See Also