Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.