Raised during JSON deserialization to enable users to perform custom deserialization of the tag values of items and resources.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<JsonSerializeTagEventArgs> JsonDeserializeTag |
Visual Basic
Copy Code
|
|---|
Public Event JsonDeserializeTag As EventHandler(Of JsonSerializeTagEventArgs) |
See Also