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.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.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
NewItemsSource
OldItemsSource
Source
See Also