![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : ObjectModified Event |
public event EventHandler<AnnObjectModifiedEventArgs> ObjectModified
'Declaration
Public Event ObjectModified As EventHandler(Of AnnObjectModifiedEventArgs)
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))
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.
Property | Description |
---|---|
ChangeType | Gets the type of change. ![]() ![]() ![]() ![]() ![]() |
Objects | Gets the objects that have been modified. ![]() ![]() ![]() ![]() ![]() |
This event will fire after one or more 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.