Partager via


Événement RdlCollection<T>.CollectionChanged

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

Occurs when the collection has been changed.

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

Syntaxe

'Déclaration
Public Event CollectionChanged As EventHandler
'Utilisation
Dim instance As RdlCollection 
Dim handler As EventHandler 

AddHandler instance.CollectionChanged, handler
public event EventHandler CollectionChanged
public:
 event EventHandler^ CollectionChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member CollectionChanged : IEvent<EventHandler,
    EventArgs>
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Voir aussi

Référence

RdlCollection<T> Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel