←Select platform

ObjectRemoved Event

Summary

Occurs when an object is removed from the Children property of this container.

Syntax

C#
VB
C++
public event EventHandler<AnnObjectCollectionEventArgs> ObjectRemoved 
  
Public Event ObjectRemoved As EventHandler(Of AnnObjectCollectionEventArgs) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly