ProgressForm.CancelClicked Event
Occurs when the user clicks the cancel button in this progress form.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler CancelClicked
public:
event EventHandler^ CancelClicked {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
Public Event CancelClicked As EventHandler
See Also
CancelButtonText
CancelButtonVisible
ProgressForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top