xInfo.workspaceWindowCreated(Int32) 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.
Executes when a new workspace is created.
public:
virtual void workspaceWindowCreated(int _hWnd);
public virtual void workspaceWindowCreated (int _hWnd);
abstract member workspaceWindowCreated : int -> unit
override this.workspaceWindowCreated : int -> unit
Public Overridable Sub workspaceWindowCreated (_hWnd As Integer)
Parameters
- _hWnd
- Int32
The handle of the new workspace.
Remarks
This method is called when a new workspace is created. It allows you to perform an action when this occurs.