DataControlBase.ItemsSourceChanged Event
In This Article
Occurs after the DataControlBase.ItemsSource property has been changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Event Data
The ItemsSourceChanged event's handler receives an argument of the DevExpress.Xpf.Grid.ItemsSourceChangedEventArgs type.
See Also