Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricSampleCollection Class / OnCollectionChanged Method

OnCollectionChanged Method (MetricSampleCollection)
This method is called every time a collection change event occurs to allow inheritors to override the change event.
Syntax
'Declaration
 
Protected Overridable Sub OnCollectionChanged( _
   ByVal e As CollectionChangedEventArgs(Of IMetricSampleCollection,IMetricSample) _
) 
 

Parameters

e
Remarks
If overridden, it is important to call this base implementation to actually fire the event.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also