Back to Devexpress

IControlRowSource.Changed Event

corelibraries-devexpress-dot-data-dot-controls-dot-icontrolrowsource.md

latest1.4 KB
Original Source

IControlRowSource.Changed Event

Occurs every time the data source is changed.

Namespace : DevExpress.Data.Controls

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
event ControlRowSourceChangedEventHandler Changed
vb
Event Changed As ControlRowSourceChangedEventHandler

Event Data

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

PropertyDescription
ChangedRowsReturns the type of changed rows.

See Also

IControlRowSource Interface

IControlRowSource Members

DevExpress.Data.Controls Namespace