←Select platform

ObjectAdded Event

Summary

Occurs when an object is added to the AnnContainer. AnnObjectCollectionEventArgs

Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler<AnnObjectCollectionEventArgs> ObjectAdded 
Public Event ObjectAdded As EventHandler(Of AnnObjectCollectionEventArgs) 
NSNotification 
   name:LTAnnContainerAddObjectNotification 
   object:self 
   userInfo:NSDictionary 
   key:LTAnnContainerObjectsKey obj:NSArray* (annObject*) 
public void addObjectAddedListener(AnnObjectCollectionListener listener) 
public void removeObjectAddedListener(AnnObjectCollectionListener listener) 
public:  
   event EventHandler<AnnObjectCollectionEventArgs^>^ ObjectAdded 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly