Gets or sets a value indicating whether the event is handled.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public bool Handled { get; set; } |
Visual Basic Copy Code |
---|
Public Property Handled As Boolean |
Always set this flag to true if you perform custom tag serialization.
NetDiagram Programmer's Guide | © 2023 MindFusion |