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