Freigeben über


RdlCollection<T>.OnCollectionChanged-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Raises the CollectionChanged event.

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
)

Parameter

Siehe auch

Verweis

RdlCollection<T> Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace