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
add_ObjectAdded(function(sender, e)) remove_ObjectAdded(function(sender, e))
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2