Skip to main content

DataNavigator.PositionChanged Event

Occurs after a position in the underlying data source has been changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event EventHandler PositionChanged

Event Data

The PositionChanged event's data class is EventArgs.

Remarks

The PositionChanged event is raised after the DataNavigator.Position property’s value has been changed.

See Also