Raised during XML serialization to enable users to perform custom serialization of the tag values of items and resources.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<SerializeTagEventArgs> SerializeTag |
Visual Basic Copy Code |
---|
Public Event SerializeTag As EventHandler(Of SerializeTagEventArgs) |
SerializeTag event handlers receive an argument of type SerializeTagEventArgs.
This event is being raised during the serialization of item and resource tag values in a XML document. If the event is not handled the system will try to serialize the tags as an arbitrary objects.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |