Reports for WinForms
LoadVisitedDocumentEventHandler デリゲート

C1.Win.C1Report.4 アセンブリ > C1.Win.C1Preview 名前空間 : LoadVisitedDocumentEventHandler デリゲート
イベントのソース。
イベントデータを含む LoadVisitedDocumentEventArgs オブジェクト。
表示済みドキュメントをユーザー定義のカスタムストレージからロードするときに発生するイベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub LoadVisitedDocumentEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As LoadVisitedDocumentEventArgs _
) 
public delegate void LoadVisitedDocumentEventHandler( 
   System.object sender,
   LoadVisitedDocumentEventArgs e
)

パラメータ

sender
イベントのソース。
e
イベントデータを含む LoadVisitedDocumentEventArgs オブジェクト。
参照

LoadVisitedDocumentEventHandler メンバ
C1.Win.C1Preview 名前空間
LoadVisitedDocument イベント
SaveVisitedDocument イベント
HistoryOptions プロパティ