Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Designers)

Draw Event

Show in webframe
Occurs when this AnnDrawDesigner object is drawing an AnnObject.
Syntax
add_draw(function(sender, e))
draw.add(function(sender, e))
remove_draw(function(sender, e))
draw.remove(function(sender, e))
    

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

Property Description
Cancel

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

Object

Gets the AnnObject object currently being drawn.

OperationStatus

Gets the current draw operation status.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnDrawDesignerEventArgs The event data.
See Also
Error processing SSI file