Leadtools.Annotations.Core Namespace : AnnSerializeObjectEventArgs Class |
public class AnnSerializeObjectEventArgs : System.EventArgs
Public Class AnnSerializeObjectEventArgs Inherits System.EventArgs
public sealed class AnnSerializeObjectEventArgs : ~Remove~
@interface LTAnnSerializeObjectEventArgs : LTAnnEventArgs
public class AnnSerializeObjectEvent extends LeadEvent
function Leadtools.Annotations.Core.AnnSerializeObjectEventArgs()
AnnSerializeObjectEventArgs is the data type for the following events:
AnnSerializeOptions.SerializeObject: Used during saving of an annotation file. Allows you to monitor the annotation objects being saved.
AnnDeserializeOptions.DeserializeObject: Used during loading of an annotation file. Allows you to monitor the annotation objects being loaded.
AnnDeserializeOptions.DeserializeObjectError: Used during loading of an annotation file when error occurs.
For an example, refer to AnnSerializeOptions and AnnDeserializeOptions.