Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a Replace change.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public NotifyCollectionChangedEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The action that caused the event. This can only be set to Replace.
The new item.
The old item.
The index where the change occurred.
See Also