HwndSource.RemoveHook(HwndSourceHook) Método

Definición

Quita los controladores de eventos que agregó 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)

Parámetros

hook
HwndSourceHook

Controlador de eventos que se va a quitar.

Atributos

Comentarios

Importante

Este método no está disponible en la zona de seguridad de Internet.

Se aplica a

Consulte también