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 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.createWorkspaceWindow Method