UIEvent

UIEvent(String)

Initializes a new instance of the UIEvent class.

public UIEvent(String type)
ParameterTypeDescription
typeStringThe event type.

See Also


UIEvent(String, IDictionary<String, object>)

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

See Also