_EventInfo.EventHandlerType Propriedade
Definição
Fornece acesso independente da versão para objetos COM à propriedade EventHandlerType.Provides COM objects with version-independent access to the EventHandlerType property.
public:
property Type ^ EventHandlerType { Type ^ get(); };
public Type EventHandlerType { get; }
member this.EventHandlerType : Type
Public ReadOnly Property EventHandlerType As Type
Valor da propriedade
Um objeto Type somente leitura que representa o manipulador de eventos do delegado.A read-only Type object representing the delegate event handler.
Comentários
Esse método é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamado a partir de código gerenciado.This method is for access to managed classes from unmanaged code and should not be called from managed code.
A EventHandlerType propriedade Obtém o Type objeto do delegado manipulador de eventos subjacente associado a esse evento.The EventHandlerType property gets the Type object of the underlying event-handler delegate associated with this event.