HwndSource.RemoveHook(HwndSourceHook) Metoda

Definicja

Usuwa programy obsługi zdarzeń dodane przez AddHook(HwndSourceHook)program .

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

Obsługa zdarzenia do usunięcia.

Atrybuty

Uwagi

Ważne

Ta metoda nie jest dostępna w strefie zabezpieczeń w Internecie.

Dotyczy

Zobacz też