CustomizableAttributeRowEventArgs Constructor (IAttrDef, TableCell, TableCell, TableCell) |
Namespace:
PDTec.IceNet.Web.UI.Controls
Assembly:
PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public CustomizableAttributeRowEventArgs(
IAttrDef pAttrDef,
TableCell pTextCell,
TableCell pValueCell,
TableCell[] aAdditionalCells
)
Parameters
- pAttrDef
- Type: PDTec.IceNet.Core.ModelIAttrDef
- pTextCell
- Type: System.Web.UI.WebControlsTableCell
- pValueCell
- Type: System.Web.UI.WebControlsTableCell
- aAdditionalCells
- Type: System.Web.UI.WebControlsTableCell
See Also