C# 클래스 Habanero.Faces.Base.TabPageEventArgs

Provides arguments to attach for an event involving business objects
상속: System.EventArgs
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
TabPageEventArgs ( ITabPage tabPage, IBusinessObjectControl boControl ) : System

Constructor to initialise a new set of arguments

메소드 상세

TabPageEventArgs() 공개 메소드

Constructor to initialise a new set of arguments
public TabPageEventArgs ( ITabPage tabPage, IBusinessObjectControl boControl ) : System
tabPage ITabPage The related business object
boControl IBusinessObjectControl
리턴 System