WheelEvent

WheelEvent(string)

Initializes a new instance of the WheelEvent class.

public WheelEvent(string type)
ParameterTypeDescription
typeStringThe event type.

See Also


WheelEvent(string, IDictionary<string, object>)

public WheelEvent(string type, IDictionary<string, object> eventInitDict)

See Also