DataControlBase.ItemsSourceChanged Event
In This Article
Occurs after the DataControlBase.ItemsSource property has been changed.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public event ItemsSourceChangedEventHandler ItemsSourceChanged
#Event Data
The ItemsSourceChanged event's data class is ItemsSourceChangedEventArgs. The following properties provide information specific to this event:
Property |
---|
New |
Old |
Source |
See Also