C#
VB
Java
Objective-C
WinRT C#
C++
Occurs when an object is removed from the AnnContainer. AnnObjectCollectionEventArgs
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))
public:
event EventHandler<AnnObjectCollectionEventArgs^>^ ObjectRemoved
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET