MindFusion.Wpf Pack Programmer's Guide
NotifyCollectionChangedEventArgs Constructor (NotifyCollectionChangedAction, Object, Object, Int32)
See Also
 





Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a Replace change.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public NotifyCollectionChangedEventArgs (
    NotifyCollectionChangedAction action,
    Object newItem,
    Object oldItem,
    int index
)

Visual Basic  Copy Code

Public New ( _
    action As NotifyCollectionChangedAction, _
    newItem As Object, _
    oldItem As Object, _
    index As Integer _
)

 Parameters

action

The action that caused the event. This can only be set to Replace.

newItem

The new item.

oldItem

The old item.

index

The index where the change occurred.

 See Also

NotifyCollectionChangedEventArgs Constructor Overload List
NotifyCollectionChangedEventArgs Class
MindFusion.Spreadsheet.Wpf Namespace