C# Class Gymnastika.Common.Navigation.StateChangingEventArgs

Inheritance: System.EventArgs
Mostra file 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