Leadtools.Annotations.Core Namespace > AnnContainer Class : ObjectAdded Event |
public event EventHandler<AnnObjectCollectionEventArgs> ObjectAdded
Public Event ObjectAdded As EventHandler(Of AnnObjectCollectionEventArgs)
public event EventHandler<AnnObjectCollectionEventArgs> ObjectAdded
NSNotification name:LTAnnContainerAddObjectNotification object:self userInfo:NSDictionary key:LTAnnContainerObjectsKey obj:NSArray* (annObject*)
public void addObjectAddedListener(AnnObjectCollectionListener listener) public void removeObjectAddedListener(AnnObjectCollectionListener listener)
add_ObjectAdded(function(sender, e)) remove_ObjectAdded(function(sender, e))
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. |