LEADTOOLS JavaScript (Leadtools.Annotations.Designers)
LEAD Technologies, Inc

Draw Event

Occurs when this AnnDrawDesigner object is drawing an Leadtools.Annotations.Core.AnnObject.
Syntax
add_draw(function(sender, e))
remove_draw(function(sender, e))

Remarks

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

Property Description
Leadtools.Annotations.Core.AnnDrawDesignerEventArgs.Cancel

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

Leadtools.Annotations.Core.AnnDrawDesignerEventArgs.Object

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

Leadtools.Annotations.Core.AnnDrawDesignerEventArgs.OperationStatus

Gets the current draw operation status.

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

Reference

AnnDrawDesigner Object
AnnDrawDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.