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);
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 cui recuperare i gestori di eventi.

Restituisce

Gestore di eventi multicast combinati o null se nessun gestore di eventi è attualmente assegnato a component.

Si applica a