Share via


xInfo.workspaceWindowCreated(Int32) Method

Definition

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.

Applies to