PrintDocument for WinForms
PreviewAction イベント (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : PreviewAction イベント
Occurs when the document action from preview forms should be executed.
シンタックス
'宣言
 
Public Event PreviewAction As DocumentActionEventHandler
'使用法
 
Dim instance As C1PreviewPane
Dim handler As DocumentActionEventHandler
 
AddHandler instance.PreviewAction, handler
public event DocumentActionEventHandler PreviewAction
イベント データ

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

プロパティ解説
実行する ActionHandlerBase オブジェクトを取得します。  
イベントハンドラが完全にイベントを処理したか、それともプレビューペインが固有の処理を続行するかを示す値を取得または設定します。  
参照