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

DataControlBase.ItemsSourceChanged Event

Occurs after the DataControlBase.ItemsSource property has been changed.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public event ItemsSourceChangedEventHandler ItemsSourceChanged

Event Data

The ItemsSourceChanged event's data class is DevExpress.UI.Xaml.Grid.ItemsSourceChangedEventArgs.

See Also