LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

ObjectRemoved Event






Occurs when an object is removed from the Children property of this container. .NET support Silverlight support
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
add_ObjectRemoved(function(sender, e))
remove_ObjectRemoved(function(sender, e))

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 .NET support Silverlight support
Example

For C#/VB examples, refer to AnnObjectCollection.

Requirements

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

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.