(Leadtools.Annotations.Automation)

ObjectModified Event

Show in webframe




Occurs when one or more Leadtools.Annotations.Core.AnnObject has changed.
Syntax
public event EventHandler<AnnObjectModifiedEventArgs> ObjectModified
public event EventHandler<AnnObjectModifiedEventArgs> ObjectModified
            -(void) automation:(LTAnnAutomation*) automation objectModified:(LTAnnObjectModifiedEventArgs*)e;
public void addObjectModifiedListener(AnnObjectModifiedListener listener)
public void removeObjectModifiedListener(AnnObjectModifiedListener listener)
            
add_ObjectModified(function(sender, e))
remove_ObjectModified(function(sender, e))

Event Data

The event handler receives an argument of type AnnObjectModifiedEventArgs containing data related to this event. The following AnnObjectModifiedEventArgs properties provide information specific to this event.

PropertyDescription
ChangeType Gets the type of change.
Objects Gets the objects that have been modified.
Remarks

This event will fire after one or more Leadtools.Annotations.Core.AnnObject has been modified by this AnnAutomation. This object can be used as a catch all notification when objects are changed (including when objects are added or removed from the automation). For example, as part of code that links annotation objects in the automation with a user interface element such as a list box.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.