ToolWindow.OnAfterToolWindowCreate Method

Definition

Post-creation initialization.

protected public:
 virtual void OnAfterToolWindowCreate();
protected internal virtual void OnAfterToolWindowCreate ();
abstract member OnAfterToolWindowCreate : unit -> unit
override this.OnAfterToolWindowCreate : unit -> unit
Protected Friend Overridable Sub OnAfterToolWindowCreate ()

Remarks

Called by the package after the call to IVsUIShell.CreateToolWindow has completed.

Applies to