Share via


WindowPane.OnClose Method

Raised when the window is closed.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Protected Overridable Sub OnClose
protected virtual void OnClose()

Remarks

This method is called in response to the ClosePane method. The default implementation calls Dispose.

.NET Framework Security

See Also

Reference

WindowPane Class

Microsoft.VisualStudio.Shell Namespace