PrintDocument for WinForms
LoadVisitedDocumentEventHandler デリゲート


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 : LoadVisitedDocumentEventHandler デリゲート
The source of event.
LoadVisitedDocumentEventArgs object containing event data.
Represents a method that can handle the C1PreviewPane.LoadVisitedDocument event on a C1PreviewPane. The handler should load the document from custom user-defined storage.
シンタックス
'宣言
 
Public Delegate Sub LoadVisitedDocumentEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As LoadVisitedDocumentEventArgs _
) 
'使用法
 
Dim instance As New LoadVisitedDocumentEventHandler(AddressOf HandlerMethod)
public delegate void LoadVisitedDocumentEventHandler( 
   System.object sender,
   LoadVisitedDocumentEventArgs e
)

パラメータ

sender
The source of event.
e
LoadVisitedDocumentEventArgs object containing event data.
参照

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