Skip to main content

ItemsSourceChangedEventArgs(DataControlBase, Object, Object) Constructor

In This Article

Initializes a new instance of the ItemsSourceChangedEventArgs class with specified settings.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public ItemsSourceChangedEventArgs(
    DataControlBase source,
    object oldDataSource,
    object newDataSource
)

#Parameters

Name Type
source DataControlBase
oldDataSource Object
newDataSource Object
See Also