Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This event is triggered on the snap-in thread when the wait cursor's modal loop is entered.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public event EventHandler Start
public:
event EventHandler^ Start {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
member Start : IEvent<EventHandler,
EventArgs>
Public Event Start As EventHandler
See Also
WaitCursor Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top