Skip to main content
A newer version of this page is available. .

DataLayoutControl.CurrentRecordChanged Event

Fires when the current position in the bound data source changes.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[DXCategory("Data")]
public event EventHandler CurrentRecordChanged

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