Table of Contents

Class FixtureChangeEventArgs<T>

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

Event arguments for the OnFixtureChange event

public class FixtureChangeEventArgs<T> : EventArgs where T : ISportEvent

Type Parameters

T

A ICompetition derived instance specifying the type of sport event associated with contained IFixtureChange<T>

Inheritance
FixtureChangeEventArgs<T>
Inherited Members

Methods

GetFixtureChange(CultureInfo)

Gets the IFixtureChange<T> implementation representing the received fixture change message translated to the specified languages

public IFixtureChange<T> GetFixtureChange(CultureInfo culture = null)

Parameters

culture CultureInfo

A CultureInfo specifying the language of which to translate the message or a null reference to translate the message to languages specified in the configuration

Returns

IFixtureChange<T>

Returns the IFixtureChange<T> implementation representing the received fixture change message translated to the specified languages