LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

AnnEditDesignerEventArgs Constructor (AnnEditDesignerEventArgs)

Show in webframe





The AnnObject currently being edited.
An AnnEditDesignerOperation value that represents the current edit operation.
The index of the System.Windows.Controls.Primitives.Thumb being edited if operation is AnnEditDesignerOperation.MoveControlPoint.
An AnnDesignerOperationStatus value that represents the current status of the editing operation.
Initializes a new instance of the AnnEditDesignerEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As AnnObject, _
   ByVal operation As AnnEditDesignerOperation, _
   ByVal moveControlPointIndex As Integer, _
   ByVal operationStatus As AnnDesignerOperationStatus _
)
'Usage
 
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)

            

            

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

See Also

Reference

AnnEditDesignerEventArgs Class
AnnEditDesignerEventArgs Members

 

 


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