LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Edit Event






Occurs when this AnnEditDesigner is editing an AnnObject. .NET support Silverlight support
Syntax
'Declaration
 
Public Event Edit As EventHandler(Of AnnEditDesignerEventArgs)
'Usage
 
Dim instance As AnnEditDesigner
Dim handler As EventHandler(Of AnnEditDesignerEventArgs)
 
AddHandler instance.Edit, handler
add_Edit(function(sender, e))
remove_Edit(function(sender, e))

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

For C#/VB examples, refer to AnnDesigner.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.