LicensingGuiSplashDoWork Event |
Occurs when the splash screen is ready to perform some arbitrary work asynchronously.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic event EventHandler<EventArgs> SplashDoWork
Public Event SplashDoWork As EventHandler(Of EventArgs)
public:
event EventHandler<EventArgs^>^ SplashDoWork {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
Value
Type:
SystemEventHandlerEventArgs
See Also