MouseEvent

MouseEvent(String)

Initializes a new instance of the MouseEvent class.

public MouseEvent(String type)
ParameterTypeDescription
typeStringThe event type.

See Also


MouseEvent(String, IDictionary<String, object>)

public MouseEvent(String type, IDictionary<String, object> eventInitDict)

See Also