PropertyDescriptor.GetValueChangedHandler(Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera il set corrente di gestori eventi ValueChanged per un componente specifico.
protected public:
EventHandler ^ GetValueChangedHandler(System::Object ^ component);
protected internal EventHandler GetValueChangedHandler(object component);
member this.GetValueChangedHandler : obj -> EventHandler
Protected Friend Function GetValueChangedHandler (component As Object) As EventHandler
Parametri
- component
- Object
Componente per il quale recuperare i gestori eventi.
Valori restituiti
Gestore eventi multicast combinato o null se nessun gestore eventi è attualmente assegnato a component.