←Select platform

Edit Event

Summary

Occurs when this AnnEditDesigner is editing an AnnObject.

Syntax

C#
VB
C++
public event EventHandler<AnnEditDesignerEventArgs> Edit 
  
Public Event Edit As EventHandler(Of AnnEditDesignerEventArgs) 
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.
MoveControlPointIndex Gets the index of the System.Windows.Controls.Primitives.Thumb 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 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