Skip to main content
A newer version of this page is available. .

ChunkList<T>.ListChanging Event

Occurs before the data source is changed.

Namespace: DevExpress.Xpf.ChunkList

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public event ListChangingEventHandler ListChanging

Event Data

The ListChanging event's data class is DevExpress.Xpf.ChunkList.ListChangingEventArgs.

See Also