Evento RdlCollection<T>.CollectionChanged
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Occurs when the collection has been changed.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Event CollectionChanged As EventHandler
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.