Table of Contents

Class GameInstalledEventArgs

Namespace
Playnite.SDK.Plugins
Assembly
Playnite.SDK.dll

Represents arguments for game installed event.

public class GameInstalledEventArgs
Inheritance
GameInstalledEventArgs
Inherited Members

Constructors

GameInstalledEventArgs()

public GameInstalledEventArgs()

GameInstalledEventArgs(GameInstallationData)

public GameInstalledEventArgs(GameInstallationData installData)

Parameters

installData GameInstallationData

Properties

InstalledInfo

Gets or sets data for newly installed game.

public GameInstallationData InstalledInfo { get; set; }

Property Value

GameInstallationData