Application.GraphOnEODragSelect

This event is called when before a Graphics Extra Object starts to drag.

Syntax Parameters Return Value
Event Application.GraphOnEODragSelect( _
    Graph As Object, _
    Obj As Object, _
    DragData As Object, _
    htype As Integer, _
    ByRef Cancel As Boolean)
  • Graph [in]

Type: Object

  • Obj [in]

Type: Object

  • DragData [in]

Type: Object

  • htype [in]

Type: Integer

  • Cancel [in,out]

Type: Boolean

-