MindFusion WinForms Programmer's Guide
MoveItemCommand(T) Class
Remarks See Also
 





Implements moving of items within a collection.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public class MoveItemCommand<T> : Command

Visual Basic  Copy Code

Public Class MoveItemCommand(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 moved in an UndoableCollection.

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.Command
        MindFusion.Spreadsheet.MoveItemCommand(T)

 See Also

MoveItemCommand(T) Members
MindFusion.Spreadsheet Namespace