Click or drag to resize
DigitalRuneStateEventArgsEmpty Field
Represents an event with no event data.

Namespace: DigitalRune.Game.States
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public static readonly StateEventArgs Empty

Field Value

Type: StateEventArgs
Remarks
The value of Empty is a read-only instance of StateEventArgs equivalent to the result of calling the StateEventArgs constructor.
See Also