Occurs when execution has started.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxevent EventHandler<EventArgs> Begin
Event Begin As EventHandler(Of EventArgs)
event EventHandler<EventArgs^>^ Begin {
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 True and
the Pause property will be False.
See Also