ReportItemList.OnItemRemoved(EventArgs<IReportItem>) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
protected:
virtual void OnItemRemoved(Microsoft::ReportingServices::Common::EventArgs<Microsoft::ReportDesigner::IReportItem ^> ^ e);
protected virtual void OnItemRemoved (Microsoft.ReportingServices.Common.EventArgs<Microsoft.ReportDesigner.IReportItem> e);
abstract member OnItemRemoved : Microsoft.ReportingServices.Common.EventArgs<Microsoft.ReportDesigner.IReportItem> -> unit
override this.OnItemRemoved : Microsoft.ReportingServices.Common.EventArgs<Microsoft.ReportDesigner.IReportItem> -> unit
Protected Overridable Sub OnItemRemoved (e As EventArgs(Of IReportItem))
Parâmetros
- e
- Microsoft.ReportingServices.Common.EventArgs<IReportItem>