Class GameSelectionEventArgs
Represents game selection change event.
Namespace: Playnite.SDK.Events
Inherited members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Constructors
| Improve this Doc View SourceGameSelectionEventArgs(List<Game>, List<Game>)
Creates new instance of GameSelectionEventArgs.
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Game> | oldValue | |
System.Collections.Generic.List<Game> | newValue |
Properties
| Improve this Doc View SourceNewValue
Gets newly selected games.
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Game> |
OldValue
Gets previously selected games.
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Game> |