MindFusion.Wpf Pack Programmer's Guide
JsonSerializeTagEventArgs Members
Properties
 


Contains the arguments passed to the JsonSerializeTag and JsonDeserializeTag event handlers.

The following tables list the members exposed by the JsonSerializeTagEventArgs type.

 Public Properties

  Name Description

Context

Gets a context object that can help you write and read various values.

Handled

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

Object

Gets the Item or Resource whose Tag is being serialized/deserialized.

Representation

Gets or sets the JsonObject, representing the tag object being serialized / deserialized.

Tag

Gets or sets the tag object being serialized/deserialized.

 See Also

JsonSerializeTagEventArgs Class
MindFusion.Scheduling Namespace