FocusEvent.FocusEvent

FocusEvent(string)

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

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

関連項目


FocusEvent(string, IDictionary<string, object>)

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

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

関連項目