←Select platform
In This Topic ▼

ObjectRemoved Event

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler ObjectRemoved 
Public Event ObjectRemoved As EventHandler 
NSNotification 
   name:LTAnnGroupObjectRemoveObjectNotification 
   object:self 
   userInfo:NSDictionary 
   key:LTAnnGroupObjectObjectsKey obj:NSArray* (annObject*) 
public void addObjectRemovedListener(AnnEventListener listener) 
public void removeObjectRemovedListener(AnnEventListener listener) 
public:  
   event EventHandler^ ObjectRemoved 
Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly