Click or drag to resize

FndListChangedEventArgs Class

Extends ListChangedEventArgs with current row for ListchangedType.ItemDeleted and ListchangedType.Reset
Inheritance Hierarchy

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 class FndListChangedEventArgs : ListChangedEventArgs

The FndListChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFndListChangedEventArgs(ListChangedType, Int32, FndDataRow)
Creates a new instance of FndListChangedEventArgs
Public methodFndListChangedEventArgs(ListChangedType, Int32, Int32, FndDataRow)
Creates a new instance of FndListChangedEventArgs
Public methodFndListChangedEventArgs(ListChangedType, Int32, Int32, FndDataRow, Boolean)
Creates a new instance of FndListChangedEventArgs
Top
Properties
  NameDescription
Public propertyResetCausedBySort
Gets a value indicating if this is a reset event caused by a sort
Public propertyRow
Gets the row causing the event to be raised
Top
See Also