Class OnGameInstalledEventArgs
Represents arguments for the event when a game is installed.
public class OnGameInstalledEventArgs
- Inheritance
-
OnGameInstalledEventArgs
- Inherited Members
Properties
Game
Gets or sets game object initiating the event.
public Game Game { get; }