PropertyDescriptor.GetValueChangedHandler(Object) Metodo

Definizione

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.

Si applica a