OnCollectionChanged-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)
Parameter
- e
Typ: System. . :: . .EventArgs