ObjectRemoved Event (original) (raw)

Syntax

C#

Objective-C

C++/CLI

Java

Python

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

public void addObjectRemovedListener(AnnObjectCollectionListener listener) public void removeObjectRemovedListener(AnnObjectCollectionListener listener)

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.

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