Property | Type | Description | |
---|---|---|---|
NewState | AnimationState | ||
PreviousState | AnimationState |
Method | Description | |
---|---|---|
AnimationStateChangedEventArgs ( AnimationState previousState, AnimationState newState ) : System |
Creates a new instance of the event args.
|
public AnimationStateChangedEventArgs ( AnimationState previousState, AnimationState newState ) : System | ||
previousState | AnimationState | The previous state. |
newState | AnimationState | The new state. |
return | System |