←Select platform

ObjectModified Event

Summary
Occurs when one or more AnnObjects has changed.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public event EventHandler<AnnObjectModifiedEventArgs> ObjectModified 
- (void)automation:(LTAnnAutomation *)automation objectModified:(LTAnnObjectModifiedEventArgs *)args; 
public void addObjectModifiedListener(AnnObjectModifiedListener listener) 
public void removeObjectModifiedListener(AnnObjectModifiedListener listener) 
public:  
   event EventHandler<AnnObjectModifiedEventArgs^>^ ObjectModified 
def ObjectModified(sender,e): # sender: AnnAutomation e: AnnObjectModifiedEventArgs 
Event Data

The event handler receives an argument of type AnnObjectModifiedEventArgs containing data related to this event. The following AnnObjectModifiedEventArgs properties provide information specific to this event.

PropertyDescription
ChangeType Gets the type of change.
Remarks

This event will fire after one or more AnnObject has been modified by this AnnAutomation. This object can be used as a catch all notification when objects are changed (including when objects are added or removed from the automation). For example, as part of code that links annotation objects in the automation with a user interface element such as a list box.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.