[]
        
(Showing Draft Content)

C1.DataCollection.Serialization.NotifyCollectionChangedEventArgs-1.Create

Create Method

Create(NotifyCollectionChangedAction, int, IList, int, IList)

Declaration
public static NotifyCollectionChangedEventArgs<T> Create(NotifyCollectionChangedAction action, int newStartingIndex, IList newItems, int oldStartingIndex, IList oldItems)
Parameters
Type Name Description
NotifyCollectionChangedAction action

The action.

int newStartingIndex

New starting index.

IList newItems

The new items.

int oldStartingIndex

Old starting index.

IList oldItems

The old items.

Returns
Type Description
NotifyCollectionChangedEventArgs<T>
Remarks