ObjectAdded Event (original) (raw)

Syntax

C#

Objective-C

C++/CLI

Java

Python

NSNotification name:LTAnnContainerAddObjectNotification object:self userInfo:NSDictionary key:LTAnnContainerObjectsKey obj:NSArray* (annObject*)

public void addObjectAddedListener(AnnObjectCollectionListener listener) public void removeObjectAddedListener(AnnObjectCollectionListener listener)

def ObjectAdded(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.

Property Description
Object Gets the AnnObject being added or removed from the container.