IWindowTarget.OnHandleChange(IntPtr) Metodo

Definizione

Imposta l'handle dell'oggetto IWindowTarget sull'handle specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

newHandle
IntPtr

nativeint

Nuovo handle dell'oggetto IWindowTarget.

Commenti

Il OnHandleChange metodo viene chiamato quando l'handle della finestra del controllo è cambiato.

Si applica a