TimingValueBuilder.AddEvent

TimingValueBuilder.AddEvent method

Adds an event-based timing value.

public TimingValueBuilder AddEvent(string id, string eventName, TimeSpan? offset = default)
ParameterTypeDescription
idStringThe ID of the element where the event will be listened to.
eventNameStringThe name of the event to listen for.
offsetNullable`1Optional offset from the event timing.

Return Value

The current TimingValueBuilder instance for chaining.

See Also