Application.GraphOnEODrag

This event is called during Graphics Extra Object dragging.

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

Type: Object

  • Obj [in,]

Type: Object

  • DragData [in]

Type: Object

  • htype [in]

Type: Integer

  • Apply [in,out]

Type: Boolean

-