IControlRowSource.Changed Event
In This Article
Occurs every time the data source is changed.
Namespace: DevExpress.Data.Controls
Assembly: DevExpress.Data.Desktop.v24.2.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
#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 |
---|---|
Changed |
Returns the type of changed rows. |
See Also