CustomizableRelAttributeRowEventArgs Constructor (IRelAttrDef, 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 CustomizableRelAttributeRowEventArgs(
IRelAttrDef pAttrDef,
TableCell pTextCell,
TableCell pValueCell
)
Parameters
- pAttrDef
- Type: PDTec.IceNet.Core.ModelIRelAttrDef
- pTextCell
- Type: System.Web.UI.WebControlsTableCell
- pValueCell
- Type: System.Web.UI.WebControlsTableCell
See Also