Initializes a new instance of the CreateActivityCommand class.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public CreateActivityCommand ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The project this command will operate on.
The activity to be used as a parent for the newly created activity.
The index within parent where the newly created activity will be added.
See Also