C# Class Spring.Web.UI.Controls.TabCommandEventArgs

Provides information about a command raised from a TabContainer
Inheritance: System.Web.UI.WebControls.CommandEventArgs
Show file Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
TabCommandEventArgs ( string commandName, int tabIndex ) : System.Web.UI.WebControls

Initializes a new instance.

Method Details

TabCommandEventArgs() public method

Initializes a new instance.
public TabCommandEventArgs ( string commandName, int tabIndex ) : System.Web.UI.WebControls
commandName string The name of the command raised by a .
tabIndex int The index of the tab that raised this event.
return System.Web.UI.WebControls