Initializes a new instance of the AnnEditDesignerEventArgs class.
public AnnEditDesignerEventArgs(
AnnObject obj,
AnnEditDesignerOperation operation,
int moveControlPointIndex,
AnnDesignerOperationStatus operationStatus
)
Public Function New( _
ByVal obj As Leadtools.Windows.Annotations.AnnObject, _
ByVal operation As Leadtools.Windows.Annotations.AnnEditDesignerOperation, _
ByVal moveControlPointIndex As Integer, _
ByVal operationStatus As Leadtools.Windows.Annotations.AnnDesignerOperationStatus _
)
public:
AnnEditDesignerEventArgs(
Leadtools.Windows.Annotations.AnnObject^ obj,
Leadtools.Windows.Annotations.AnnEditDesignerOperation operation,
int moveControlPointIndex,
Leadtools.Windows.Annotations.AnnDesignerOperationStatus operationStatus
)
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.
For C#/VB examples, refer to AnnDesigner.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET