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