←Select platform

Draw Event

Summary

Occurs when this AnnDrawDesigner object is drawing an AnnObject.

Syntax

C#
VB
C++
public event EventHandler<AnnDrawDesignerEventArgs> Draw 
  
Public Event Draw As EventHandler(Of AnnDrawDesignerEventArgs) 
public: 
event EventHandler<AnnDrawDesignerEventArgs^>^ Draw 

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 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.
Example

For C#/VB examples, refer to AnnDesigner.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly