Partager via


Événement CollectionChanged

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.