(Leadtools.Annotations.Core)

ObjectRemoved Event (AnnContainer)

Show in webframe





Occurs when an object is removed from the AnnContainer. AnnObjectCollectionEventArgs
Syntax
public event EventHandler<AnnObjectCollectionEventArgs> ObjectRemoved
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))

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

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.