Class OnGameStoppedEventArgs
Represents arguments for the event when a game stops running.
public class OnGameStoppedEventArgs
- Inheritance
-
OnGameStoppedEventArgs
- Inherited Members
Properties
ElapsedSeconds
Gets or sets length of the game session in seconds.
public ulong ElapsedSeconds { get; }
Property Value
Game
Gets or sets game object initiating the event.
public Game Game { get; }
Property Value
ManuallyStopped
Gets value indicated whether game tracking was manually stopped by a user.
public bool ManuallyStopped { get; }