KeyboardEvent.KeyboardEvent

KeyboardEvent(string)

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

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

関連項目


KeyboardEvent(string, IDictionary<string, object>)

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

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

関連項目