xInfo.workspaceWindowDestroyed(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.