Application.GraphBeforeDoubleClick

This event is called before a Graph double-click is processed.

Syntax Parameters Return Value
Event Application.GraphBeforeDoubleClick( _
    Graph As Object, _
    Where As Integer, _
    ByRef Cancel As Boolean)
  • Graph [in]

Type: Object

  • Where [in]

Type: Integer

  • Cancel [in,out]

Type: Boolean

-