DataLayoutControl.CurrentRecordChanged Event
Fires when the current position in the bound data source changes.
Namespace: DevExpress.XtraDataLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The CurrentRecordChanged event's data class is EventArgs.
Remarks
The CurrentRecordChanged event is equivalent to the PositionChanged event of the BindingManagerBase object that manages binding for the DataLayoutControl‘s data source. For more information on binding managers, see the BindingManagerBase topic in MSDN.
See Also