ReportItemList.OnItemAdded(EventArgs<IReportItem>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))
パラメーター
- e
- Microsoft.ReportingServices.Common.EventArgs<IReportItem>