Share via


RdlCollection<T>.OnCollectionChanged Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected Overridable Sub OnCollectionChanged ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnCollectionChanged(e)
protected virtual void OnCollectionChanged(
    EventArgs e
)
protected:
virtual void OnCollectionChanged(
    EventArgs^ e
)
abstract OnCollectionChanged : 
        e:EventArgs -> unit 
override OnCollectionChanged : 
        e:EventArgs -> unit 
protected function OnCollectionChanged(
    e : EventArgs
)

Parameters