Class GridItemsSourceChangingEventArgs
Provides data for the ItemsSourceChanging event.
Inheritance
System.Object
GridItemsSourceChangingEventArgs
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridItemsSourceChangingEventArgs : EventArgs
Constructors
GridItemsSourceChangingEventArgs(Object, Object, ICollectionViewAdv)
Initializes a new instance of the GridItemsSourceChangingEventArgs class.
Declaration
public GridItemsSourceChangingEventArgs(object oldItemSource, object newItemSource, ICollectionViewAdv oldView)
Parameters
Type | Name | Description |
---|---|---|
System.Object | oldItemSource | The old item source. |
System.Object | newItemSource | The new item source. |
ICollectionViewAdv | oldView | The old View of the source. |
Properties
NewItemSource
Gets the new item source.
Declaration
public object NewItemSource { get; }
Property Value
Type |
---|
System.Object |
OldItemSource
Gets the old item source.
Declaration
public object OldItemSource { get; }
Property Value
Type |
---|
System.Object |
OldView
Gets the old view.
Declaration
public ICollectionViewAdv OldView { get; }
Property Value
Type |
---|
ICollectionViewAdv |