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