C# Class Habanero.Faces.Base.TabPageEventArgs

Provides arguments to attach for an event involving business objects
Inheritance: System.EventArgs
ファイルを表示 Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
TabPageEventArgs ( ITabPage tabPage, IBusinessObjectControl boControl ) : System

Constructor to initialise a new set of arguments

Method Details

TabPageEventArgs() public method

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