Click or drag to resize

CustomizableRelAttributeRowEventArgs Constructor (IRelAttrDef, TableCell, TableCell, TableCell)

Initializes a new instance of the CustomizableRelAttributeRowEventArgs class

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
C#
public CustomizableRelAttributeRowEventArgs(
	IRelAttrDef pAttrDef,
	TableCell pTextCell,
	TableCell pValueCell,
	TableCell[] aAdditionalCells
)

Parameters

pAttrDef
Type: PDTec.IceNet.Core.ModelIRelAttrDef
pTextCell
Type: System.Web.UI.WebControlsTableCell
pValueCell
Type: System.Web.UI.WebControlsTableCell
aAdditionalCells
Type: System.Web.UI.WebControlsTableCell
See Also