Search
NotifyCollectionChangedEventArgs Constructor (NotifyCollectionChangedAction, IList)
See Also
 






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

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

 Syntax

C#  Copy Code

public NotifyCollectionChangedEventArgs (
    NotifyCollectionChangedAction action,
    IList changedItems
)

Visual Basic  Copy Code

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

 Parameters

action

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

changedItems

The items that are affected by the change.

 See Also