Share via


xInfo.workspaceWindowDestroyed(Int32) Method

Definition

Executes when a workspace is closed.

public:
 virtual void workspaceWindowDestroyed(int _hWnd);
public virtual void workspaceWindowDestroyed (int _hWnd);
abstract member workspaceWindowDestroyed : int -> unit
override this.workspaceWindowDestroyed : int -> unit
Public Overridable Sub workspaceWindowDestroyed (_hWnd As Integer)

Parameters

_hWnd
Int32

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.

Applies to