Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes when a new workspace is created.
Syntax
public void workspaceWindowCreated(int hWnd)
Run On
Called
Parameters
- hWnd
Type: int
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.
See Also
xInfo.createWorkspaceWindow Method