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