FndListChangedEventArgs Class |
Namespace: Ifs.Fnd.Data
public class FndListChangedEventArgs : ListChangedEventArgs
The FndListChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| FndListChangedEventArgs(ListChangedType, Int32, FndDataRow) |
Creates a new instance of FndListChangedEventArgs
| |
| FndListChangedEventArgs(ListChangedType, Int32, Int32, FndDataRow) |
Creates a new instance of FndListChangedEventArgs
| |
| FndListChangedEventArgs(ListChangedType, Int32, Int32, FndDataRow, Boolean) |
Creates a new instance of FndListChangedEventArgs
|
| Name | Description | |
|---|---|---|
| ResetCausedBySort |
Gets a value indicating if this is a reset event caused by a sort
| |
| Row |
Gets the row causing the event to be raised
|