HwndSource.RemoveHook(HwndSourceHook) Método

Definição

Remove os gestores 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);
[<System.Security.SecurityCritical>]
member this.RemoveHook : System.Windows.Interop.HwndSourceHook -> unit
Public Sub RemoveHook (hook As HwndSourceHook)

Parâmetros

hook
HwndSourceHook

O gestor de eventos para remover.

Atributos

Observações

Importante

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

Aplica-se a

Ver também