Creates and adds a new dependency to the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract IDependencyViewModel DoCreateDependency ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function DoCreateDependency ( _ |
An IDependencyViewModel representing the newly created dependency, or null (Nothing in Visual Basic), if the operation could not be completed.
RemarksThis method is not subject to undo/redo and should not be invoked directly. Instead, call the CreateDependency method, which will register the operation for subsequent undo.
See Also