PrintDocument for WinForms
UserAction イベント (C1PreviewPane)


C1.Win.PrintPreview.4.5.2 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : UserAction イベント
ユーザーが印刷やファイルオープンといった定義済みのプレビューツールバーボタンの 1つをクリックするたびに発生します。標準以外のツールバーボタンの処理を提供したり、アクションをキャンセルしたりできます。
シンタックス
'宣言
 
Public Event UserAction As UserActionEventHandler
'使用法
 
Dim instance As C1PreviewPane
Dim handler As UserActionEventHandler
 
AddHandler instance.UserAction, handler
public event UserActionEventHandler UserAction
イベント データ

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

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
イベントに関連した C1PreviewActionEnumの値を取得します。  
参照