DataMiner.BeforeDoubleClick

This event is called when any area of the DataMiner document has been double clicked.

Syntax Parameters Return Value
Event DataMiner.BeforeDoubleClick( _
    x As Integer, _
    y As Integer, _
    Cancel As Boolean)
  • x [in]

Type: Integer

  • y [in]

Type: Integer

  • Cancel [in]

Type: Boolean

-