Partilhar via


Evento RdlCollection<T>.CollectionChanged

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Occurs when the collection has been changed.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.

Consulte também

Referência

RdlCollection<T> Classe

Namespace Microsoft.ReportingServices.RdlObjectModel