Event

Event(String)

Initializes a new instance of the Event class.

public Event(String type)
ParameterTypeDescription
typeStringThe event type.

See Also


Event(String, IDictionary<String, object>)

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

See Also