| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal obj As AnnObject, _ ByVal operation As AnnEditDesignerOperation, _ ByVal moveControlPointIndex As Integer, _ ByVal hittestObject As Object, _ ByVal operationStatus As AnnDesignerOperationStatus _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public AnnEditDesignerEventArgs( AnnObject obj, AnnEditDesignerOperation operation, int moveControlPointIndex, object hittestObject, AnnDesignerOperationStatus operationStatus ) | |
| Managed Extensions for C++ | |
|---|---|
public: AnnEditDesignerEventArgs( AnnObject* obj, AnnEditDesignerOperation operation, int moveControlPointIndex, Object* hittestObject, AnnDesignerOperationStatus operationStatus ) | |
| C++/CLI | |
|---|---|
public: AnnEditDesignerEventArgs( AnnObject^ obj, AnnEditDesignerOperation operation, int moveControlPointIndex, Object^ hittestObject, AnnDesignerOperationStatus operationStatus ) | |
Parameters
- obj
- The AnnObject currently being edited.
- operation
- An AnnEditDesignerOperation value that represents the current edit operation.
- moveControlPointIndex
- The index of the AnnControlPoint being edited if operation is AnnEditDesignerOperation.MoveControlPoint.
- hittestObject
- The hit test object returned from the HitTest method.
- operationStatus
- An AnnDesignerOperationStatus value that represents the current status of the editing operation.
For an example, refer to AnnDesigner.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family