WindowPane.OnClose Method

Definition

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.

Applies to