PropertyForm.OnCancelButtonClicked Method (EventArgs)
Raises the event that occurs when the Cancel button is clicked.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected virtual void OnCancelButtonClicked(
EventArgs e
)
protected:
virtual void OnCancelButtonClicked(
EventArgs^ e
)
Protected Overridable Sub OnCancelButtonClicked (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event data.
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top