←Select platform

Draw Event

Summary
Occurs when this AnnDrawDesigner object is drawing an AnnObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public event EventHandler<AnnDrawDesignerEventArgs> Draw 
- (void)drawDesigner:(LTAnnDrawDesigner *)designer drawWithargs:(LTAnnDrawDesignerEventArgs *)args 
public void addDrawDesignerListener(AnnDrawDesignerListener listener) 
public void removeDrawDesignerListener(AnnDrawDesignerListener listener) 
public:  
   event EventHandler<AnnDrawDesignerEventArgs^>^ Draw 
def Draw(sender,e): # sender: AnnDrawDesigner e: Leadtools.Annotations.Engine.AnnDrawDesignerEventArgs 
Event Data

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.

PropertyDescription
Cancel A value indicating whether the draw operation should be canceled.
Object Gets the AnnObject that is being drawn.
OperationStatus Gets the status of the draw operation.
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

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.

AnnDrawDesignerEventArgs

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.