HwndSource.RemoveHook(HwndSourceHook) Metoda

Definice

Odebere obslužné rutiny událostí přidané uživatelem 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)

Parametry

hook
HwndSourceHook

Obslužná rutina události, která se má odebrat.

Atributy

Poznámky

Important

Tato metoda není k dispozici v zóně zabezpečení internetu.

Platí pro

Viz také