Skip to main content

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

public event ItemsSourceChangedEventHandler ItemsSourceChanged

#Event Data

The ItemsSourceChanged event's handler receives an argument of the DevExpress.Xpf.Grid.ItemsSourceChangedEventArgs type.

See Also