XmlLicenseServiceUpdateCheckCompleted Event |
Occurs when an asynchronous call to UpdateCheck has completed.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic event UpdateCheckCompletedEventHandler UpdateCheckCompleted
Public Event UpdateCheckCompleted As UpdateCheckCompletedEventHandler
public:
event UpdateCheckCompletedEventHandler^ UpdateCheckCompleted {
void add (UpdateCheckCompletedEventHandler^ value);
void remove (UpdateCheckCompletedEventHandler^ value);
}
Value
Type:
UpdateCheckCompletedEventHandler
See Also