Search
CreateDependencyCommand Constructor
See Also
 





Initializes a new instance of the CreateDependencyCommand command.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public CreateDependencyCommand (
    IProjectViewModel project,
    IActivityViewModel from,
    IActivityViewModel to
)

Visual Basic  Copy Code

Public New ( _
    project As IProjectViewModel, _
    from As IActivityViewModel, _
    to As IActivityViewModel _
)

 Parameters

project

The project this command will operate on.

from

The source activity of the newly created dependency.

to

The target activity of the newly created dependency.

 See Also