Partilhar via


Método RdlCollection<T>.OnCollectionChanged

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Raises the CollectionChanged event.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Protected Overridable Sub OnCollectionChanged ( _
    e As EventArgs _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

RdlCollection<T> Classe

Namespace Microsoft.ReportingServices.RdlObjectModel