Search
ContainerChildEventArgs.Validate Property
See Also
 





Gets or sets a value indicating whether to cancel the current operation.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ContainerValidation Validate { get; set; }

Visual Basic  Copy Code

Public Property Validate As ContainerValidation

 Property Value

 Remarks

Set this property to true to prevent the user from completing the operation.

 See Also