Occurs when execution has completed.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxevent EventHandler<EventArgs> End
Event End As EventHandler(Of EventArgs)
event EventHandler<EventArgs^>^ End {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
Value
EventHandlerEventArgs
Remarks
The event handler receives an argument of type
EventArgs.
When this event is triggered, the Run property will be False and the
Pause property will be False.
See Also