C# Class Gymnastika.Common.Navigation.StateChangedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: weiqiyiji/Gymnastika

Public Methods

Method Description
StateChangedEventArgs ( ViewState previousState, ViewState currentState ) : System

Method Details

StateChangedEventArgs() public method

public StateChangedEventArgs ( ViewState previousState, ViewState currentState ) : System
previousState ViewState
currentState ViewState
return System