Class OnGameSelectedEventArgs
Represents game selection change event.
public class OnGameSelectedEventArgs
- Inheritance
-
OnGameSelectedEventArgs
- Inherited Members
Constructors
OnGameSelectedEventArgs(List<Game>, List<Game>)
Creates new instance of OnGameSelectedEventArgs.
public OnGameSelectedEventArgs(List<Game> oldValue, List<Game> newValue)
Parameters
Properties
NewValue
Gets newly selected games.
public List<Game> NewValue { get; }
Property Value
OldValue
Gets previously selected games.
public List<Game> OldValue { get; }