MindFusion.Wpf Pack Programmer's Guide
RemoveItemCmd Class
Remarks See Also
 





Implements deletion of diagram items.

Namespace: MindFusion.Diagramming.Wpf.Commands
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class RemoveItemCmd : Command

Visual Basic  Copy Code

Public Class RemoveItemCmd
    Inherits Command

 Remarks

Instances of this class are implicitly created by Diagramming for WPF in response to deleting items interactively or programmatically. References to those instances are passed to handlers of the ActionRecorded, ActionUndone and ActionRedone events.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.Commands.Command
        MindFusion.Diagramming.Wpf.Commands.RemoveItemCmd

 See Also

RemoveItemCmd Members
MindFusion.Diagramming.Wpf.Commands Namespace