IWindowTarget.OnHandleChange(IntPtr) Método

Definición

Establece el identificador de IWindowTarget en el identificador especificado.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 void OnHandleChange(IntPtr newHandle);
public void OnHandleChange (IntPtr newHandle);
abstract member OnHandleChange : nativeint -> unit
Public Sub OnHandleChange (newHandle As IntPtr)

Parámetros

newHandle
IntPtr

nativeint

El nuevo identificador de IWindowTarget.

Comentarios

Se OnHandleChange llama al método cuando el identificador de ventana del control ha cambiado.

Se aplica a