CustomEvent

CustomEvent(String)

Initializes a new instance of the CustomEvent class.

public CustomEvent(String type)
ParameterTypeDescription
typeStringThe event type.

See Also


CustomEvent(String, IDictionary<String, object>)

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

See Also