Reports for WinForms
HistoryItemAdding イベント

C1.Win.C1Report.4 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : HistoryItemAdding イベント
新しい ViewHistoryItem オブジェクトが ViewHistory コレクションに追加されるときに発生します。
シンタックス
'宣言
 
Public Event HistoryItemAdding As HistoryItemAddingEventHandler
public event HistoryItemAddingEventHandler HistoryItemAdding
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、HistoryItemAddingEventArgs 型の引数を受け取りました。次の HistoryItemAddingEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
追加する ViewHistoryItem オブジェクト。  
参照