Partager via


OnCollectionChanged méthode

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans 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