Click or drag to resize
CustomizableAttributeRowEventArgs Constructor (IAttrDef, TableCell, TableCell, TableCell)
Initializes a new instance of the CustomizableAttributeRowEventArgs class

Namespace: PDTec.IceNet.Web.UI.Controls
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
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