Interface IGameEventArgs
An interface representing a game event.
Namespace: Microsoft.XboxStudios.GameStateTracker
Assembly: GameStateTracker.Abstractions.dll
Syntax
public interface IGameEventArgs
Properties
View SourceName
Gets the event name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |