LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
Edit Event
See Also 
Leadtools.Windows.Annotations Namespace > AnnEditDesigner Class : Edit Event



The Edit Event supports WPF/Silverlight.

The Edit Event is available in LEADTOOLS Document and Medical Imaging toolkits.

Occurs when this AnnEditDesigner is editing an AnnObject. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Event Edit As EventHandler(Of AnnEditDesignerEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As AnnEditDesigner
Dim handler As EventHandler(Of AnnEditDesignerEventArgs)
 
AddHandler instance.Edit, handler
C++/CLI 
public:
event EventHandler<AnnEditDesignerEventArgs^>^ Edit

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. Supported in Silverlight, Windows Phone 7
MoveControlPointIndex Gets the index of the System.Windows.Controls.Primitives.Thumb currently being edited. Supported in Silverlight, Windows Phone 7
Object Gets the AnnObject object currently being edited. Supported in Silverlight, Windows Phone 7
Operation Gets the current edit operation Supported in Silverlight, Windows Phone 7
OperationStatus Gets the current edit operation status. Supported in Silverlight, Windows Phone 7

Example

For C#/VB examples, refer to AnnDesigner.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Edit requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.