PropertyDescriptor.GetValueChangedHandler(Object) Metoda

Definice

Načte aktuální sadu obslužných ValueChanged rutin událostí pro konkrétní komponentu.

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

Parametry

component
Object

Komponenta, pro kterou chcete načíst obslužné rutiny událostí.

Návraty

Kombinovaná obslužná rutina událostí vícesměrového vysílání nebo null pokud k nejsou aktuálně přiřazeny componentžádné obslužné rutiny událostí.

Platí pro