MindFusion.Wpf Pack Programmer's Guide
CommandCollection.Remove Method
See Also
 





Removes the specified command from the collection.

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

 Syntax

C#  Copy Code

public void Remove (
    Command cmd
)

Visual Basic  Copy Code

Public Sub Remove( _
    cmd As Command _
)

 Parameters

cmd

 See Also

CommandCollection Members
CommandCollection Class
MindFusion.Diagramming.Wpf.Commands Namespace