IWindowTarget.OnHandleChange(IntPtr) Método

Definición

Establece el identificador de en IWindowTarget 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

Nuevo identificador de .IWindowTarget

Comentarios

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

Se aplica a