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 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