Initializes a new instance of the ResetCollectionCommand class.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public ResetCollectionCommand<T> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of T) ( _ |
The Workbook modified by this command.
The collection which is cleared.
See Also