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
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 | 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