LEADTOOLS JavaScript (Leadtools.Annotations.Designers)

Run Event

Show in webframe
Occurs when this AnnRunDesigner is running an Leadtools.Annotations.Core.AnnObject.
Syntax
add_run(function(sender, e))
run.add(function(sender, e))
remove_run(function(sender, e))
run.remove(function(sender, e))
    
Remarks

The event handler receives an argument of type Leadtools.Annotations.Core.AnnRunDesignerEventArgs containing data related to this event. The following Leadtools.Annotations.Core.AnnRunDesignerEventArgs properties provide information specific to this event:

Property Description
Leadtools.Annotations.Core.AnnRunDesignerEventArgs.Cancel

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

Leadtools.Annotations.Core.AnnRunDesignerEventArgs.Object

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

Leadtools.Annotations.Core.AnnRunDesignerEventArgs.OperationStatus

Gets the current run operation status

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

Reference

AnnRunDesigner Object
AnnRunDesigner Members

 

 


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