Search
ValueChangingEventArgs(T).Confirm Property
See Also
 





Gets or sets a value indicating whether the change is confirmed.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Confirm { get; set; }

Visual Basic  Copy Code

Public Property Confirm As Boolean

 Property Value

true to confirm the change; false, to reject it.

 See Also