Click or drag to resize
DigitalRuneGamePropertyEventArgsTCoercedValue Property
Gets or sets the coerced value.

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

Property Value

Type: T
The coerced value.
See Also