RdlCollection<T>.OnCollectionChanged 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Raises the CollectionChanged event.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Protected Overridable Sub OnCollectionChanged ( _
    e As EventArgs _
)
用法
Dim e As EventArgs 

Me.OnCollectionChanged(e)
protected virtual void OnCollectionChanged(
    EventArgs e
)
protected:
virtual void OnCollectionChanged(
    EventArgs^ e
)
abstract OnCollectionChanged : 
        e:EventArgs -> unit  
override OnCollectionChanged : 
        e:EventArgs -> unit
protected function OnCollectionChanged(
    e : EventArgs
)

参数

请参阅

参考

RdlCollection<T> 类

Microsoft.ReportingServices.RdlObjectModel 命名空间