Error processing SSI file
(Leadtools.Annotations.Designers)

Show in webframe

Draw Event







Occurs when this AnnDrawDesigner object is drawing an AnnObject.
Syntax
'Declaration
 
Public Event Draw As EventHandler(Of AnnDrawDesignerEventArgs)
'Usage
 
Dim instance As AnnDrawDesigner
Dim handler As EventHandler(Of AnnDrawDesignerEventArgs)
 
AddHandler instance.Draw, handler
- (void)drawDesigner:(LTAnnDrawDesigner *)designer drawWithargs:(LTAnnDrawDesignerEventArgs *)args
public void addDrawDesignerListener(AnnDrawDesignerListener listener)
public void removeDrawDesignerListener(AnnDrawDesignerListener listener)
            
add_Draw(function(sender, e))
remove_Draw(function(sender, e))

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

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.

AnnDrawDesignerEventArgs
Requirements

Target Platforms

See Also

Reference

AnnDrawDesigner Class
AnnDrawDesigner Members

Error processing SSI file
Leadtools.Annotations.Designers requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features