(Leadtools.Annotations.Automation)

BeforeObjectChanged Event

Show in webframe




Occurs when an AnnObject is about to be changed.
Syntax
public event EventHandler<AnnBeforeObjectChangedEventArgs> BeforeObjectChanged
public event EventHandler<AnnBeforeObjectChangedEventArgs> BeforeObjectChanged
            -(void) automation:(LTAnnAutomation*) automation beforeObjectChanged:(LTAnnBeforeObjectChangedEventArgs*)e;
public void addBeforeObjectChangedListener(AnnBeforeObjectChangedListener listener)
public void removeBeforeObjectChangedListener(AnnBeforeObjectChangedListener listener)
            
add_BeforeObjectChanged(function(sender, e))
remove_BeforeObjectChanged(function(sender, e))

Event Data

The event handler receives an argument of type AnnBeforeObjectChangedEventArgs containing data related to this event. The following AnnBeforeObjectChangedEventArgs 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 before an AnnObject is about to be modified by this AnnAutomation.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


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