SSRSDocumentSource for WinForms
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 プロパティ