Click or drag to resize
DigitalRuneGameEventCollectionGetT Method (Int32)
Gets the event with the given ID.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public GameEvent<T> Get<T>(
	int id
)
where T : EventArgs

Parameters

id
Type: SystemInt32
The ID of the event.

Type Parameters

T
The type of the event arguments.

Return Value

Type: GameEventT
The event.
Exceptions
See Also