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

IControlRowSource.Changed Event

Occurs every time the data source is changed.

Namespace: DevExpress.Data.Controls

Assembly: DevExpress.Data.v19.1.dll

Declaration

event ControlRowSourceChangedEventHandler Changed

Event Data

The Changed event's data class is ControlRowSourceChangedEventArgs. The following properties provide information specific to this event:

Property Description
ChangedRows Returns the type of changed rows.
See Also