C# Class Gymnastika.Common.Navigation.StateChangingEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: weiqiyiji/Gymnastika

Public Methods

Method Description
StateChangingEventArgs ( ViewState currentState, ViewState targetState ) : System

Method Details

StateChangingEventArgs() public method

public StateChangingEventArgs ( ViewState currentState, ViewState targetState ) : System
currentState ViewState
targetState ViewState
return System