Skip to main content

DataControlBase.ItemsSourceChanged Event

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
NewItemsSource
OldItemsSource
Source
See Also