Metodo RdlCollection<T>.OnCollectionChanged

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Raises the CollectionChanged event.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Protected Overridable Sub OnCollectionChanged ( _
    e As EventArgs _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

RdlCollection<T> Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel