Share via


ToolWindowPane.OnToolWindowCreated Method

This method can be overridden by the derived class to execute any code that must run after the creation of IVsWindowFrame.

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

Syntax

'Declaration
Public Overridable Sub OnToolWindowCreated
'Usage
Dim instance As ToolWindowPane

instance.OnToolWindowCreated()
public virtual void OnToolWindowCreated()
public:
virtual void OnToolWindowCreated()
public function OnToolWindowCreated()

Remarks

This is called on the successful setting of the Frame property.

.NET Framework Security

See Also

Reference

ToolWindowPane Class

ToolWindowPane Members

Microsoft.VisualStudio.Shell Namespace