Initializes a new instance of the EntityStateChangedEventArgs class.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public EntityStateChangedEventArgs(
	EntityState previousState,
	EntityState newState
)
Visual Basic (Declaration)
Public Sub New ( _
	previousState As EntityState, _
	newState As EntityState _
)

Parameters

previousState
Type: Mindscape.LightSpeed..::.EntityState
The previous EntityState.
newState
Type: Mindscape.LightSpeed..::.EntityState
The new EntityState.

See Also