Udostępnij za pośrednictwem


TypeProvider.GetEventHandlerType(EventInfo) Metoda

Definicja

Type Pobiera element EventHandler, przy użyciu odwołania do elementu 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

Parametry

eventInfo
EventInfo

Element EventInfo do uzyskania EventHandler typu .

Zwraca

Type

Element Type , EventHandlerz odwołaniem do elementu EventInfo.

Wyjątki

eventInfojest odwołaniem o wartości null (Visual Basic Nothing).

Dotyczy