此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Occurs when the collection has been changed.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Event CollectionChanged As EventHandler
用法
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 支持使用事件,但不支持声明新事件。