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

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

Méthodes publiques

Méthode Description
TabCommandEventArgs ( string commandName, int tabIndex ) : System.Web.UI.WebControls

Initializes a new instance.

Method Details

TabCommandEventArgs() public méthode

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.
Résultat System.Web.UI.WebControls