Table of Contents

Class Plugin.OnGameSelectionChangedArgs

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class Plugin.OnGameSelectionChangedArgs
Inheritance
Plugin.OnGameSelectionChangedArgs
Inherited Members

Properties

NewSelection

public IReadOnlyList<Game> NewSelection { get; }

Property Value

IReadOnlyList<Game>

OldSelection

public IReadOnlyList<Game> OldSelection { get; }

Property Value

IReadOnlyList<Game>