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