MindFusion.Wpf Pack Programmer's Guide
ResetCollectionCommand(T) Class
Remarks See Also
 





Implements clearing of a collection.

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

 Syntax

C#  Copy Code

public class ResetCollectionCommand<T> : Command

Visual Basic  Copy Code

Public Class ResetCollectionCommand(Of T)
    Inherits Command

 Remarks

There is usually no need to instantiate this class directly. Instances of this command are automatically created and executed when an UndoableCollection is cleared.

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.Wpf.Command
        MindFusion.Spreadsheet.Wpf.ResetCollectionCommand(T)

 See Also

ResetCollectionCommand(T) Members
MindFusion.Spreadsheet.Wpf Namespace