PropertyDescriptor.GetValueChangedHandler(Object) Método

Definição

Recupera o conjunto atual de ValueChanged gestores de eventos para um componente específico.

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

Parâmetros

component
Object

O componente para recuperar os gestores de eventos.

Devoluções

Um handler de eventos multicast combinado, ou null se não houver handlers de eventos atualmente atribuídos a component.

Aplica-se a