LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ObjectRemoved Event

Show in webframe





Occurs when an object is removed from the Children property of this container.
Syntax
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
Event Data

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.

PropertyDescription
Object The object that has been added or removed
Example

For C#/VB examples, refer to AnnObjectCollection.

Requirements

Target Platforms

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.