Leadtools.Windows.Annotations Namespace > AnnContainer Class : ObjectRemoved Event |
public event EventHandler<AnnObjectCollectionEventArgs> ObjectRemoved
'Declaration Public Event ObjectRemoved As EventHandler(Of AnnObjectCollectionEventArgs)
'Usage Dim instance As AnnContainer Dim handler As EventHandler(Of AnnObjectCollectionEventArgs) AddHandler instance.ObjectRemoved, handler
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.