Table of Contents

Class OnGameSelectedEventArgs

Namespace
Playnite.SDK.Events
Assembly
Playnite.SDK.dll

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

oldValue List<Game>
newValue List<Game>

Properties

NewValue

Gets newly selected games.

public List<Game> NewValue { get; }

Property Value

List<Game>

OldValue

Gets previously selected games.

public List<Game> OldValue { get; }

Property Value

List<Game>