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





Implements deletion of items from a collection.

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

 Syntax

C#  Copy Code

public class RemoveItemCommand<T> : Command

Visual Basic  Copy Code

Public Class RemoveItemCommand(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 item is removed from an UndoableCollection.

 Inheritance Hierarchy

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

 See Also

RemoveItemCommand(T) Members
MindFusion.Spreadsheet.Wpf Namespace