PropertyPage.OnDestroy Method ()
Sends a notification that the property sheet is about to be destroyed. The property page can begin its cleanup operations when it receives this notification message.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected internal virtual void OnDestroy()
public protected:
virtual void OnDestroy()
abstract OnDestroy : unit -> unit
override OnDestroy : unit -> unit
Protected Friend Overridable Sub OnDestroy
See Also
PropertyPage Class
Microsoft.ManagementConsole Namespace
Return to top