RdlCollection<T>.OnCollectionChanged Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Raises the CollectionChanged event.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected Overridable Sub OnCollectionChanged ( _
e As EventArgs _
)
'Usage
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
)
Parameters
- e
Type: System.EventArgs
The event.