HwndSource.RemoveHook(HwndSourceHook) Método

Definição

Remove os manipuladores de eventos que foram adicionados por 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

O manipulador de eventos a ser removido.

Atributos

Comentários

Importante

Esse método não está disponível na zona de segurança da Internet.

Aplica-se a

Confira também