次の方法で共有


Renderer.GetEventArgsType(UInt64) メソッド

定義

指定したイベント ハンドラーのイベント引数の型を取得します。

public Type GetEventArgsType (ulong eventHandlerId);
member this.GetEventArgsType : uint64 -> Type
Public Function GetEventArgsType (eventHandlerId As ULong) As Type

パラメーター

eventHandlerId
UInt64

元の AttributeEventHandlerId イベント属性の値。

戻り値

イベント ハンドラーで予期されるパラメーター型。 通常、これは の EventArgsサブクラスです。

適用対象