C# 클래스 Spring.Web.UI.Controls.TabCommandEventArgs

Provides information about a command raised from a TabContainer
상속: System.Web.UI.WebControls.CommandEventArgs
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
TabCommandEventArgs ( string commandName, int tabIndex ) : System.Web.UI.WebControls

Initializes a new instance.

메소드 상세

TabCommandEventArgs() 공개 메소드

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.
리턴 System.Web.UI.WebControls