xInfo.workspaceWindowDestroyed Method

Executes when a workspace is closed.

Syntax

public void workspaceWindowDestroyed(int hWnd)

Run On

Called

Parameters

  • hWnd
    Type: int
    The handle of the workspace.

Remarks

This method is called when a new workspace is closed. It allows you to perform an action when this occurs.

See Also

xInfo Class

xInfo.createWorkspaceWindow Method

xInfo::currentWorkspaceNum Method

xInfo.workspaceWindowCreated Method