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





Initializes a new instance of the ResetCollectionCommand class.

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

 Syntax

C#  Copy Code

public ResetCollectionCommand<T> (
    Workbook workbook,
    UndoableCollection<T> collection
)

Visual Basic  Copy Code

Public New (Of T) ( _
    workbook As Workbook, _
    collection As UndoableCollection(Of T) _
)

 Parameters

workbook

The Workbook modified by this command.

collection

The collection which is cleared.

 See Also

ResetCollectionCommand(T) Class
MindFusion.Spreadsheet.Wpf Namespace