ReportItemList.OnItemAdded(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 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))
Parâmetros
- e
- Microsoft.ReportingServices.Common.EventArgs<IReportItem>