WindowPane.OnCreate Method

Definition

Raised when the window pane is created.

protected:
 virtual void OnCreate();
protected:
 virtual void OnCreate();
 virtual void OnCreate();
protected virtual void OnCreate ();
abstract member OnCreate : unit -> unit
override this.OnCreate : unit -> unit
Protected Overridable Sub OnCreate ()

Remarks

This method is called during the CreatePaneWindow method. This provides a way of knowing when Visual Studio wants the window. The default implementation does nothing.

Applies to