ReportItemList.OnItemAdded(EventArgs<IReportItem>) Method

Definition

protected:
 virtual void OnItemAdded(Microsoft::ReportingServices::Common::EventArgs<Microsoft::ReportDesigner::IReportItem ^> ^ e);
protected virtual void OnItemAdded (Microsoft.ReportingServices.Common.EventArgs<Microsoft.ReportDesigner.IReportItem> e);
abstract member OnItemAdded : Microsoft.ReportingServices.Common.EventArgs<Microsoft.ReportDesigner.IReportItem> -> unit
override this.OnItemAdded : Microsoft.ReportingServices.Common.EventArgs<Microsoft.ReportDesigner.IReportItem> -> unit
Protected Overridable Sub OnItemAdded (e As EventArgs(Of IReportItem))

Parameters

e
Microsoft.ReportingServices.Common.EventArgs<IReportItem>

Applies to