Gets or sets a value indicating whether the event is handled.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public bool Handled { get; set; } |
Visual Basic
![]() |
---|
Public Property Handled As Boolean |
true if the event should be considered handled, otherwise false.
Always set this flag to true if you perform custom tag serialization.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |