LEADTOOLS Annotations (Leadtools.Annotations assembly)

Edit Event

Show in webframe





Occurs when this AnnEditDesigner is editing an AnnObject.
Syntax
'Declaration
 
Public Event Edit As EventHandler(Of AnnEditDesignerEventArgs)
'Usage
 
Dim instance As AnnEditDesigner
Dim handler As EventHandler(Of AnnEditDesignerEventArgs)
 
AddHandler instance.Edit, handler

            

            
Event Data

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

PropertyDescription
Cancel Gets or sets a value indicating whether the editing operation should be canceled.
HitTestObject Gets the current hit test object.
MoveControlPointIndex Gets the index of the AnnControlPoint currently being edited.
Object Gets the AnnObject object currently being edited.
Operation Gets the current edit operation
OperationStatus Gets the current edit operation status.
Example
For an example, refer to AnnDesigner.
Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.