←Select platform

ObjectRemoved Event

Summary
Occurs when an object is removed from the AnnContainer. AnnObjectCollectionEventArgs
Syntax
C#
Objective-C
C++/CLI
Java
Python
public event EventHandler<AnnObjectCollectionEventArgs> ObjectRemoved 
NSNotification 
   name:LTAnnContainerRemoveObjectNotification 
   object:self 
   userInfo:NSDictionary 
   key:LTAnnContainerObjectsKey obj:NSArray* (annObject*) 
public void addObjectRemovedListener(AnnObjectCollectionListener listener) 
public void removeObjectRemovedListener(AnnObjectCollectionListener listener) 
public:  
   event EventHandler<AnnObjectCollectionEventArgs^>^ ObjectRemoved 
def ObjectRemoved(sender,e): # sender: AnnContainer e: AnnObjectCollectionEventArgs 
Event Data

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

PropertyDescription
Object Gets the AnnObject being added or removed from the container.
Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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