C#
VB
C++
Occurs when an object is removed from the Children property of this container.
public event EventHandler<AnnObjectCollectionEventArgs> ObjectRemoved
Public Event ObjectRemoved As EventHandler(Of AnnObjectCollectionEventArgs)
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 | The object that has been added or removed |
For C#/VB examples, refer to AnnObjectCollection.
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