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

In This Topic
    OnCollectionChanged Method (MetricSampleCollection)
    In This Topic
    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) _
    ) 
    protected virtual void OnCollectionChanged( 
       CollectionChangedEventArgs<IMetricSampleCollection,IMetricSample> e
    )

    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