Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnContainer Class : ObjectRemoved Event |
public event EventHandler<AnnObjectCollectionEventArgs> ObjectRemoved
'Declaration
Public Event ObjectRemoved As EventHandler(Of AnnObjectCollectionEventArgs)
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)
add_ObjectRemoved(function(sender, e)) remove_ObjectRemoved(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. |