XmlActivationServiceActivateInstallationCompleted Event |
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic event ActivateInstallationCompletedEventHandler ActivateInstallationCompleted
Public Event ActivateInstallationCompleted As ActivateInstallationCompletedEventHandler
public:
event ActivateInstallationCompletedEventHandler^ ActivateInstallationCompleted {
void add (ActivateInstallationCompletedEventHandler^ value);
void remove (ActivateInstallationCompletedEventHandler^ value);
}
Value
Type:
ActivateInstallationCompletedEventHandler
See Also