MouseEvent.MouseEvent

MouseEvent(string)

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

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

関連項目


MouseEvent(string, IDictionary<string, object>)

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

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

関連項目