PrintDocument for WinForms
UserAction イベント (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : UserAction イベント
Occurs whenever the user clicks one of the predefined preview toolbar buttons such as print or file open. Allows to provide non-standard toolbar button handling, or cancel the action.
シンタックス
'宣言
 
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の値を取得します。  
参照