Validation values for container adding/removing events.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum ContainerValidation |
Visual Basic Copy Code |
---|
Public Enum ContainerValidation |
Member name | Description | |
---|---|---|
Accept |
Accept the operation. |
|
CancelContainmentChange |
Drop the child at current location, but do not add / remove to container. |
|
CancelDrag |
Cancel the operation and return the child to its original location. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |