Partager via


Méthode RdlCollection<T>.OnCollectionChanged

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Raises the CollectionChanged event.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Protected Overridable Sub OnCollectionChanged ( _
    e As EventArgs _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

RdlCollection<T> Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel