draw Event

Summary

Occurs when this AnnDrawDesigner object is drawing an AnnObject.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnDrawDesigner.prototype,'draw',  
	get: function(), 
	set: function(value) 
) 
draw: LeadEvent; 

Remarks

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

ParameterTypeDescription
sendervarThe source of the event.
eAnnDrawDesignerEventArgsThe event data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly