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
sportEventIdUrnThe sport event id
updateTimeDateTimeThe update time
sportEventISportEventThe sport event object
Properties
SportEvent
Gets the ISportEvent
public ISportEvent SportEvent { get; }
Property Value
SportEventId
Gets the Urn specifying the sport event
public Urn SportEventId { get; }
Property Value
UpdateTime
Gets the DateTime specifying the last update time
public DateTime UpdateTime { get; }