Class GameInstalledEventArgs
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; }