TypeProvider.GetEventHandlerType(EventInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Type 的 EventHandler (參考 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
參數
- eventInfo
- EventInfo
EventInfo,可取得 EventHandler 型別。
傳回
Type 的 EventHandler (參考 EventInfo)。
例外狀況
eventInfo
為 null 參考 (在 Visual Basic 中為 Nothing
)。