MindFusion.Wpf Pack Programmer's Guide
SerializeTagEventArgs.Handled Property
See Also
 





Gets or sets a value indicating whether the event is handled.

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

 Syntax

C#  Copy Code

public bool Handled { get; set; }

Visual Basic  Copy Code

Public Property Handled As Boolean

 Property Value

true if you have serialized/deserialized the tag object; otherwise, false.

 Remarks

Always set this flag to true if you perform custom tag serialization.

 See Also

SerializeTagEventArgs Members
SerializeTagEventArgs Class
MindFusion.Diagramming.Wpf Namespace