AnimatedScreenObject.AnimationStateChangedEventArgs Class
Definition
Section titled “Definition”Event args for when the animation state changes
public class AnimatedScreenObject.AnimationStateChangedEventArgs : EventArgsInheritance object → EventArgs
Constructors
Section titled “Constructors”AnimationStateChangedEventArgs(AnimationState, AnimationState)
Section titled “AnimationStateChangedEventArgs(AnimationState, AnimationState)”Creates a new instance of the event args.
public AnimationStateChangedEventArgs(AnimatedScreenObject.AnimationState previousState, AnimatedScreenObject.AnimationState newState)Parameters
Section titled “Parameters”previousState AnimatedScreenObject.AnimationState
The previous state.
newState AnimatedScreenObject.AnimationState
The new state.
Fields
Section titled “Fields”PreviousState
Section titled “PreviousState”The previous state.
public readonly AnimatedScreenObject.AnimationState PreviousStateNewState
Section titled “NewState”The new state.
public readonly AnimatedScreenObject.AnimationState NewState