PropertyDescriptor.GetValueChangedHandler(Object) Método

Definição

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

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

Parâmetros

component
Object

O componente para o qual recuperar manipuladores de eventos.

Retornos

Um manipulador de eventos multicast combinado ou null se nenhum manipulador de eventos estiver atribuído ao component.

Aplica-se a