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
AnnEditDesignerEventArgs Constructor
See Also 
Leadtools.Windows.Annotations Namespace > AnnEditDesignerEventArgs Class : AnnEditDesignerEventArgs Constructor



obj
The AnnObject currently being edited.
operation
An AnnEditDesignerOperation value that represents the current edit operation.
moveControlPointIndex
The index of the System.Windows.Controls.Primitives.Thumb being edited if operation is AnnEditDesignerOperation.MoveControlPoint.
operationStatus
An AnnDesignerOperationStatus value that represents the current status of the editing operation.

The AnnEditDesignerEventArgs Constructor supports WPF/Silverlight.

The AnnEditDesignerEventArgs Constructor is available in LEADTOOLS Document and Medical Imaging toolkits.

Initializes a new instance of the AnnEditDesignerEventArgs class. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal obj As AnnObject, _
   ByVal operation As AnnEditDesignerOperation, _
   ByVal moveControlPointIndex As Integer, _
   ByVal operationStatus As AnnDesignerOperationStatus _
)
Visual Basic (Usage)Copy Code
Dim obj As AnnObject
Dim operation As AnnEditDesignerOperation
Dim moveControlPointIndex As Integer
Dim operationStatus As AnnDesignerOperationStatus
 
Dim instance As New AnnEditDesignerEventArgs(obj, operation, moveControlPointIndex, operationStatus)
C++/CLI 
public:
AnnEditDesignerEventArgs( 
   AnnObject^ obj,
   AnnEditDesignerOperation operation,
   int moveControlPointIndex,
   AnnDesignerOperationStatus operationStatus
)

Parameters

obj
The AnnObject currently being edited.
operation
An AnnEditDesignerOperation value that represents the current edit operation.
moveControlPointIndex
The index of the System.Windows.Controls.Primitives.Thumb being edited if operation is AnnEditDesignerOperation.MoveControlPoint.
operationStatus
An AnnDesignerOperationStatus value that represents the current status of the editing operation.

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

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