WindowPane.OnCreate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.