Validation values for container adding/removing events.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public enum ContainerValidation |
Visual Basic
Copy Code
|
|---|
Public Enum ContainerValidation |
Members| 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. |
See Also