WheelEvent

WheelEvent(string)

初始化WheelEvent类.

public WheelEvent(string type)
范围类型描述
typeString事件类型。

也可以看看


WheelEvent(string, IDictionary<string, object>)

初始化WheelEvent类.

public WheelEvent(string type, IDictionary<string, object> eventInitDict)
范围类型描述
typeString事件类型。
eventInitDictIDictionary`2事件初始化字典。

也可以看看