Show / Hide Table of Contents

Class AnimatedScreenObject.AnimationStateChangedEventArgs

Event args for when the animation state changes

Inheritance
object
EventArgs
AnimatedScreenObject.AnimationStateChangedEventArgs
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public class AnimatedScreenObject.AnimationStateChangedEventArgs : EventArgs

Constructors

AnimationStateChangedEventArgs(AnimationState, AnimationState)

Creates a new instance of the event args.

Declaration
public AnimationStateChangedEventArgs(AnimatedScreenObject.AnimationState previousState, AnimatedScreenObject.AnimationState newState)
Parameters
Type Name Description
AnimatedScreenObject.AnimationState previousState

The previous state.

AnimatedScreenObject.AnimationState newState

The new state.

Fields

NewState

The new state.

Declaration
public readonly AnimatedScreenObject.AnimationState NewState
Field Value
Type Description
AnimatedScreenObject.AnimationState

PreviousState

The previous state.

Declaration
public readonly AnimatedScreenObject.AnimationState PreviousState
Field Value
Type Description
AnimatedScreenObject.AnimationState

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX