Table of Contents

Class DataCollectionChangeArgs<T>

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class DataCollectionChangeArgs<T> where T : LibraryObject

Type Parameters

T
Inheritance
DataCollectionChangeArgs<T>
Inherited Members

Properties

AddedItems

public ICollection<T>? AddedItems { get; }

Property Value

ICollection<T>

RemovedItems

public ICollection<T>? RemovedItems { get; }

Property Value

ICollection<T>

UpdatedItems

public ICollection<CollectionItemUpdateData<T>>? UpdatedItems { get; }

Property Value

ICollection<CollectionItemUpdateData<T>>