TypeProvider.GetEventHandlerType(EventInfo) Método

Definição

Obtém o Type de um EventHandler, de acordo com uma referência a um EventInfo.

public:
 static Type ^ GetEventHandlerType(System::Reflection::EventInfo ^ eventInfo);
public static Type GetEventHandlerType (System.Reflection.EventInfo eventInfo);
static member GetEventHandlerType : System.Reflection.EventInfo -> Type
Public Shared Function GetEventHandlerType (eventInfo As EventInfo) As Type

Parâmetros

eventInfo
EventInfo

O EventInfo do qual obter o tipo EventHandler.

Retornos

Type

O Type de um EventHandler, de acordo com uma referência a um EventInfo.

Exceções

eventInfo é uma referência nula (Visual Basic Nothing).

Aplica-se a