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





Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a one-item Move change.

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

 Syntax

C#  Copy Code

public NotifyCollectionChangedEventArgs (
    NotifyCollectionChangedAction action,
    Object changedItem,
    int index,
    int oldIndex
)

Visual Basic  Copy Code

Public New ( _
    action As NotifyCollectionChangedAction, _
    changedItem As Object, _
    index As Integer, _
    oldIndex As Integer _
)

 Parameters

action

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

changedItem

The item affected by the change.

index

The item affected by the change.

oldIndex

The old index for the changed item.

 See Also

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