RdlCollection<T>.CollectionChanged 事件
此 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 支援事件的使用,但不支援新事件的宣告。