Click or drag to resize
IDataClassItemChanged Method (Int32)
Returns true if the item on specified column index changed.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
bool ItemChanged(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
Column index

Return Value

Type: Boolean
See Also