Skip to content

Latest commit

 

History

History
80 lines (47 loc) · 1.55 KB

-systemmonitor-oncounterdeleted.md

File metadata and controls

80 lines (47 loc) · 1.55 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
SystemMonitor.OnCounterDeleted event
Notifies you before a counter is deleted from the Counters collection.
ab6bc1ba-20cd-4774-853e-b6adb765fae3
OnCounterDeleted event SysMon
OnCounterDeleted event SysMon , SystemMonitor class
SystemMonitor class SysMon , OnCounterDeleted event
apiref
SystemMonitor.OnCounterDeleted
Sysmon.ocx
COM
reference
05/31/2018

SystemMonitor.OnCounterDeleted event

Notifies you before a counter is deleted from the Counters collection.

Syntax

SystemMonitor.OnCounterDeleted( _
  ByVal index As Long _
)

Parameters

index [in]

Index of the counter to be deleted from the Counters collection object.

Return value

This event does not return a value.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
DLL
Sysmon.ocx

See also

SystemMonitor.OnCounterAdded

SystemMonitor.OnCounterSelected