Compartir a través de


Evento RdlCollection<T>.CollectionChanged

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Occurs when the collection has been changed.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Event CollectionChanged As EventHandler
'Uso
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 admite el uso de eventos, pero no la declaración de otros nuevos.

Vea también

Referencia

RdlCollection<T> Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel