Click or drag to resize
DigitalRuneGameObjectEvents Property
Gets the game object events.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public GameEventCollection Events { get; }

Property Value

Type: GameEventCollection
The events of the game object.
Remarks

The event collection is a collection of all events of the game object and user defined events. The user and other game elements can add additional events to this collection.

See Also