Platform SDK: Performance Monitoring

ISystemMonitorEvents.OnDblClick

Occurs when a user double-clicks the graph line, histogram bar, or report item with the left mouse button.

Public Sub OnDblClick(
  index as Long
);

Parameters

index
[in/out] Specifies the index of the selected counter in the Counter collection object. An index value of 0 is returned if no counter was selected; otherwise, the index of the selected counter is returned.

Remarks

When this event is triggered, the displayed data of a counter is selected in the line graph and histogram view legend. This makes it easier for the user of the System Monitor to see which counter is selected when several counter values are displayed.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Smonctrl.odl.

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Events