ReportItemList.ItemAdded Event

Definition

public:
 event EventHandler<Microsoft::ReportingServices::Common::EventArgs<Microsoft::ReportDesigner::IReportItem ^> ^> ^ ItemAdded;
public event EventHandler<Microsoft.ReportingServices.Common.EventArgs<Microsoft.ReportDesigner.IReportItem>> ItemAdded;
member this.ItemAdded : EventHandler<Microsoft.ReportingServices.Common.EventArgs<Microsoft.ReportDesigner.IReportItem>> 
Public Custom Event ItemAdded As EventHandler(Of EventArgs(Of IReportItem)) 

Event Type

EventHandler<Microsoft.ReportingServices.Common.EventArgs<IReportItem>>

Applies to