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





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

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

 Syntax

C#  Copy Code

public NotifyCollectionChangedEventArgs (
    NotifyCollectionChangedAction action,
    IList changedItems,
    int index
)

Visual Basic  Copy Code

Public New ( _
    action As NotifyCollectionChangedAction, _
    changedItems As IList, _
    index As Integer _
)

 Parameters

action

The action that caused the event. This can be set to Add or Remove.

changedItems

The items that were affected by the change.

index

The index where the change occurred.

 See Also

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