Compartir a través de


OnCollectionChanged Método

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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