Implements clearing of a collection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class ResetCollectionCommand<T> : Command |
Visual Basic
Copy Code
|
|---|
Public Class ResetCollectionCommand(Of T) |
RemarksThere is usually no need to instantiate this class directly. Instances of this command are automatically created and executed when an UndoableCollection is cleared.
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.Command
MindFusion.Spreadsheet.ResetCollectionCommand(T)
See Also