MindFusion.Scheduling for Xamarin Programmer's Guide
Schedule.DeserializeTag Event
See Also
 






Raised during XML deserialization to enable users to perform custom deserialization of the tag values of items and resources.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<SerializeTagEventArgs> DeserializeTag

Visual Basic  Copy Code

Public Event DeserializeTag As EventHandler(Of SerializeTagEventArgs)

 Event Data

DeserializeTag event handlers receive an argument of type SerializeTagEventArgs.

 Remarks

This event is being raised during the deserialization of item and resource tag values from a XML document. If the event is not handled the system will try to deserialize the tags as an arbitrary objects.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace