WindowPane.OnClose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the window is closed.
protected:
virtual void OnClose();
protected:
virtual void OnClose();
virtual void OnClose();
protected virtual void OnClose ();
abstract member OnClose : unit -> unit
override this.OnClose : unit -> unit
Protected Overridable Sub OnClose ()
Remarks
This method is called in response to the ClosePane method. The default implementation calls Dispose.