PropertyPage.OnCancel Method ()
Indicates that the user has chosen Cancel and the property sheet is about to be destroyed. All changes that are made since the last Apply notification are canceled.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected internal virtual void OnCancel()
public protected:
virtual void OnCancel()
abstract OnCancel : unit -> unit
override OnCancel : unit -> unit
Protected Friend Overridable Sub OnCancel
See Also
PropertyPage Class
Microsoft.ManagementConsole Namespace
Return to top