WheelEvent.WheelEvent

WheelEvent(string)

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

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

関連項目


WheelEvent(string, IDictionary<string, object>)

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

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

関連項目