Graph.OnEODrag

Called during Graphics Extra Object dragging.

Syntax Parameters Return Value
Event Graph.OnEODrag( _
    pObj As GraphicsObject, _
    pDragData As DragData, _
    htype As ExtraObjectHandleType, _
    ByRef pApply As Boolean)
  • pObj [in]

    Type: GraphicsObject

  • pDragData [in]

    Type: DragData

  • htype [in]

    Type: ExtraObjectHandleType

  • pApply [in, out]

    Type: Boolean

-