←Select platform

ObjectRemoved Event

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public event EventHandler ObjectRemoved 
Public Event ObjectRemoved As EventHandler 
public event EventHandler ObjectRemoved 
NSNotification 
   name:LTAnnGroupObjectRemoveObjectNotification 
   object:self 
   userInfo:NSDictionary 
   key:LTAnnGroupObjectObjectsKey obj:NSArray* (annObject*) 
public void addObjectRemovedListener(AnnEventListener listener) 
public void removeObjectRemovedListener(AnnEventListener listener) 
             
add_ObjectRemoved(function(sender, e)) 
remove_ObjectRemoved(function(sender, e)) 
public:  
   event EventHandler^ ObjectRemoved 

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

Leadtools.Annotations.Core Assembly