Click or drag to resize

ILiveOddsCommonBaseOnBetCancelUndo Event

Signals that an odds type has been cancelled due to some reason when it actually shouldnt have been. This can be undone. The Odds element should match the Odds element in the corresponding OnCancelBet event. The same goes for the starttime and endtime - they should match the values in the OnCancelBet event.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
event EventHandler<BetCancelUndoEventArgs> OnBetCancelUndo

Value

EventHandlerBetCancelUndoEventArgs
See Also