Application.GraphBeforeRightClick
This event is called before a Graph double-click is processed.
| Syntax | Parameters | Return Value |
|---|---|---|
Event Application.GraphBeforeRightClick( _
Graph As Object, _
Where As Integer, _
ByRef Cancel As Boolean)
|
Type: Object
Type: Integer
Type: Boolean |
- |