C# 클래스 SadConsole.Consoles.AnimatedTextSurface.AnimationStateChangedEventArgs

Event args for when the animation state changes
상속: System.EventArgs
파일 보기 프로젝트 열기: Thraka/SadConsole

공개 프로퍼티들

프로퍼티 타입 설명
NewState AnimationState
PreviousState AnimationState

공개 메소드들

메소드 설명
AnimationStateChangedEventArgs ( AnimationState previousState, AnimationState newState ) : System

Creates a new instance of the event args.

메소드 상세

AnimationStateChangedEventArgs() 공개 메소드

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.
리턴 System

프로퍼티 상세

NewState 공개적으로 프로퍼티

The new state.
public AnimationState NewState
리턴 AnimationState

PreviousState 공개적으로 프로퍼티

The previous state.
public AnimationState PreviousState
리턴 AnimationState