WaitDialog.Cancel Event

 

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