←Select platform

AfterObjectChanged Event

Summary
Occurs when an AnnObject has changed.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public event EventHandler<AnnAfterObjectChangedEventArgs> AfterObjectChanged 
            -(void) automation:(LTAnnAutomation*) automation afterObjectChanged:(LTAnnAfterObjectChangedEventArgs*)e; 
public void addAfterObjectChangedListener(AnnAfterObjectChangedListener listener) 
public void removeAfterObjectChangedListener(AnnAfterObjectChangedListener listener) 
public:  
   event EventHandler<AnnAfterObjectChangedEventArgs^>^ AfterObjectChanged 
def AfterObjectChanged(sender,e): # sender: AnnAutomation e: AnnAfterObjectChangedEventArgs 
Event Data

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

PropertyDescription
Cancel Gets or sets a value indicating whether the change should be canceled.
Remarks

This event will be fired after an AnnObject has been modified by this AnnAutomation.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.