PocketPlanner Programmer's Guide

SerializeTagEventArgs.Handled Property

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public bool Handled { get; set; }

Visual Basic

Public Property Handled As Boolean

 Property Value

true to indicate that the system should not attempt to serialize or deserialize the tag; otherwise, false.

 Remarks

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

 See Also