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