LEADTOOLS JavaScript (Leadtools.Annotations.Designers)

Edit Event

Show in webframe
Occurs when this AnnEditDesigner is editing an Leadtools.Annotations.Core.AnnObject.
Syntax
add_edit(function(sender, e))
edit.add(function(sender, e))
remove_edit(function(sender, e))
edit.remove(function(sender, e))
    
Remarks

The event handler receives an Leadtools.Annotations.Core.AnnEditDesignerEventArgs class containing data related to this event. The following Leadtools.Annotations.Core.AnnEditDesignerEventArgs properties provide information specific to this event:

Property Description
Leadtools.Annotations.Core.AnnEditDesignerEventArgs.Cancel

Gets or sets a value indicating whether the editing operation should be canceled.

Leadtools.Annotations.Core.AnnEditDesignerEventArgs.MoveThumbIndex

Gets the index of the thumb currently being edited.

Leadtools.Annotations.Core.AnnEditDesignerEventArgs.Object

Gets the Leadtools.Annotations.Core.AnnObject object currently being edited.

Leadtools.Annotations.Core.AnnEditDesignerEventArgs.Operation

Gets a value indicating which edit operation is currently running.

Leadtools.Annotations.Core.AnnEditDesignerEventArgs.OperationStatus

Gets the status of the current editing operation.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e Leadtools.Annotations.Core.AnnEditDesignerEventArgs The event data.
See Also

Reference

AnnEditDesigner Object
AnnEditDesigner Members

 

 


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