PropertyDescriptor.GetValueChangedHandler(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère l’ensemble actuel de gestionnaires d’événements ValueChanged pour un composant spécifique.
protected public:
EventHandler ^ GetValueChangedHandler(System::Object ^ component);
protected internal EventHandler GetValueChangedHandler (object component);
protected internal EventHandler? GetValueChangedHandler (object component);
member this.GetValueChangedHandler : obj -> EventHandler
Protected Friend Function GetValueChangedHandler (component As Object) As EventHandler
Paramètres
- component
- Object
Composant pour lequel récupérer les gestionnaires d'événements.
Retours
Un gestionnaire d'événements de multidiffusion combiné ou null si aucun gestionnaire d'événements n'est assigné actuellement à component.