ReportItemList.ItemRemoved Event

Definition

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

Event Type

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

Applies to