Click or drag to resize
DigitalRuneGamePropertyEventArgsTOldValue Property
Gets the old value of the game object property.

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

Property Value

Type: T
The value that the game object property had before the Changing and the Changed were raised.
See Also