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
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.
Property | Description |
---|---|
ChangeType | Gets the type of change. |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document