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





Adds the specified command to the collection.

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

 Syntax

C#  Copy Code

public void Add (
    Command cmd
)

Visual Basic  Copy Code

Public Sub Add( _
    cmd As Command _
)

 Parameters

cmd

 See Also

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