HwndSource.RemoveHook(HwndSourceHook) Metodo

Definizione

Rimuove i gestori eventi aggiunti da AddHook(HwndSourceHook).

public:
 void RemoveHook(System::Windows::Interop::HwndSourceHook ^ hook);
[System.Security.SecurityCritical]
public void RemoveHook (System.Windows.Interop.HwndSourceHook hook);
public void RemoveHook (System.Windows.Interop.HwndSourceHook hook);
[<System.Security.SecurityCritical>]
member this.RemoveHook : System.Windows.Interop.HwndSourceHook -> unit
member this.RemoveHook : System.Windows.Interop.HwndSourceHook -> unit
Public Sub RemoveHook (hook As HwndSourceHook)

Parametri

hook
HwndSourceHook

Gestore eventi da rimuovere.

Attributi

Commenti

Importante

Questo metodo non è disponibile nell'area di sicurezza Internet.

Si applica a

Vedi anche