Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal obj As AnnObjectBase, _ ByVal operation As AnnEditDesignerOperation, _ ByVal moveControlPointIndex As Integer, _ ByVal operationStatus As AnnDesignerOperationStatus _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnEditDesignerEventArgs( AnnObjectBase obj, AnnEditDesignerOperation operation, int moveControlPointIndex, AnnDesignerOperationStatus operationStatus ) |
C++/CLI | |
---|---|
public: AnnEditDesignerEventArgs( AnnObjectBase^ obj, AnnEditDesignerOperation operation, int moveControlPointIndex, AnnDesignerOperationStatus operationStatus ) |
Parameters
- obj
- The AnnObjectBase currently being edited.
- operation
- An AnnEditDesignerOperation value that represents the current edit operation.
- moveControlPointIndex
- The index of the 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family