←Select platform

AfterObjectChanged Event

Summary

Occurs when an AnnObject has changed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public event EventHandler<AnnAfterObjectChangedEventArgs> AfterObjectChanged 
Public Overridable Event AfterObjectChanged As EventHandler(Of AnnAfterObjectChangedEventArgs) 
public virtual event EventHandler<AnnAfterObjectChangedEventArgs> AfterObjectChanged 
            -(void) automation:(LTAnnAutomation*) automation afterObjectChanged:(LTAnnAfterObjectChangedEventArgs*)e; 
public void addAfterObjectChangedListener(AnnAfterObjectChangedListener listener) 
public void removeAfterObjectChangedListener(AnnAfterObjectChangedListener listener) 
             
add_AfterObjectChanged(function(sender, e)) 
remove_AfterObjectChanged(function(sender, e)) 
public:  
   event EventHandler<AnnAfterObjectChangedEventArgs^>^ AfterObjectChanged 

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.
ChangeType Gets the type of change.
Designer Gets the designer responsible for the change.
Objects Gets the objects that have been changed.
Remarks

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

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly