Gets or sets a value indicating whether the event is handled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool Handled { get; set; } |
Visual Basic Copy Code |
---|
Public Property Handled As Boolean |
true to indicate that the system should not attempt to serialize or deserialize the tag; otherwise, false.
Always set this flag to true if you perform custom tag serialization.