Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Occurs when the collection has been changed.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Event CollectionChanged As EventHandler
'Usage
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 supports the use of events, but not the declaration of new ones.