Click or drag to resize

FndListChangedEventArgs Constructor (ListChangedType, Int32, Int32, FndDataRow, Boolean)

Creates a new instance of FndListChangedEventArgs

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public FndListChangedEventArgs(
	ListChangedType type,
	int newIndex,
	int oldIndex,
	FndDataRow row,
	bool resetCausedBySort
)

Parameters

type
Type: System.ComponentModelListChangedType
Type of change
newIndex
Type: SystemInt32
New index of row
oldIndex
Type: SystemInt32
Old index of row
row
Type: Ifs.Fnd.DataFndDataRow
The row causing the event to be raised
resetCausedBySort
Type: SystemBoolean
Indicates is this is a reset event caused by a sort
See Also