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.
Occurs when the user clicks the cancel button. It occurs on the thread that is running the dialog.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public event EventHandler Cancel
public:
event EventHandler^ Cancel {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
member Cancel : IEvent<EventHandler,
EventArgs>
Public Event Cancel As EventHandler
See Also
WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top