C# Class Animatroller.Framework.Controller.IntStateMachine.StateChangedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: HakanL/animatroller

Public Methods

Method Description
StateChangedEventArgs ( int newState ) : System

Method Details

StateChangedEventArgs() public method

public StateChangedEventArgs ( int newState ) : System
newState int
return System