Método OnCollectionChanged
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
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
- e
Tipo: System. . :: . .EventArgs