HwndSource.RemoveHook(HwndSourceHook) Méthode

Définition

Supprime les gestionnaires d'événements ajoutés par 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)

Paramètres

hook
HwndSourceHook

Gestionnaire d'événements à supprimer.

Attributs

Remarques

Important

Cette méthode n’est pas disponible dans la zone de sécurité Internet.

S’applique à

Voir aussi