Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a one-item Move 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 Move.
The item affected by the change.
The item affected by the change.
The old index for the changed item.
See Also