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