Graph.OnEODragSelect

Called before a Graphics Extra Object starts to drag.

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

    Type: GraphicsObject

  • pDragData [in]

    Type: DragData

  • htype [in]

    Type: ExtraObjectHandleType

  • pCancel [out]

    Type: Boolean

-