IHandleHook.onDestroyHandle

Overview | Methods | This Package | All Packages

IHandleHook.onDestroyHandle

Indicates that the specified window handle is about to be destroyed.

Syntax

public void onDestroyHandle( int handle )

Parameters

handle

The window handle for the control.

Remarks

You cannot prevent the handle from being destroyed once you call this method.