Table of Contents

Class EventChangeEventArgs

Namespace
Sportradar.OddsFeed.SDK.Api.EventArguments
Assembly
Sportradar.OddsFeed.SDK.dll

Event arguments for FixtureChange and ResultChange event

public class EventChangeEventArgs : EventArgs
Inheritance
EventChangeEventArgs
Inherited Members

Constructors

EventChangeEventArgs(Urn, DateTime, ISportEvent)

Initializes a new instance of the EventChangeEventArgs class

public EventChangeEventArgs(Urn sportEventId, DateTime updateTime, ISportEvent sportEvent)

Parameters

sportEventId Urn

The sport event id

updateTime DateTime

The update time

sportEvent ISportEvent

The sport event object

Properties

SportEvent

Gets the ISportEvent

public ISportEvent SportEvent { get; }

Property Value

ISportEvent

SportEventId

Gets the Urn specifying the sport event

public Urn SportEventId { get; }

Property Value

Urn

UpdateTime

Gets the DateTime specifying the last update time

public DateTime UpdateTime { get; }

Property Value

DateTime