次の方法で共有


RdlCollection<T>.CollectionChanged イベント

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

コレクションが変更されると発生します。

名前空間:  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 はイベントの使用をサポートしていますが、新規の宣言はサポートしていません。

関連項目

参照

RdlCollection<T> クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間