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

ObjectAdded Event






Occurs when an object is added to the Children property of this container. .NET support Silverlight support
Syntax
'Declaration
 
Public Event ObjectAdded As EventHandler(Of AnnObjectCollectionEventArgs)
'Usage
 
Dim instance As AnnContainer
Dim handler As EventHandler(Of AnnObjectCollectionEventArgs)
 
AddHandler instance.ObjectAdded, handler
add_ObjectAdded(function(sender, e))
remove_ObjectAdded(function(sender, e))

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.