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