CustomEvent.CustomEvent

CustomEvent(string)

の新しいインスタンスを初期化しますCustomEvent class.

public CustomEvent(string type)
パラメータタイプ説明
typeStringイベントの種類。

関連項目


CustomEvent(string, IDictionary<string, object>)

の新しいインスタンスを初期化しますCustomEvent class.

public CustomEvent(string type, IDictionary<string, object> eventInitDict)
パラメータタイプ説明
typeStringイベントの種類。
eventInitDictIDictionary`2イベント初期化ディクショナリ。

関連項目