Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace : AnnSerializeObjectEventArgs Class |
public class AnnSerializeObjectEventArgs : System.EventArgs
'Declaration
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.