PrintDocument for WinForms
ActionHandlerFileSave クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : ActionHandlerFileSave クラス
Represents an action handler that saves or exports a document to a disk file.
オブジェクト モデル
ActionHandlerFileSave クラス
シンタックス
'宣言
 
Public Class ActionHandlerFileSave 
   Inherits ActionHandlerFile
'使用法
 
Dim instance As ActionHandlerFileSave
public class ActionHandlerFileSave : ActionHandlerFile 
解説
If the ActionHandlerFile.FileName is not specified when this action handler is invoked, a file save dialog is shown to the user.

For details on the use of action handlers, see ActionHandlerBase.

継承階層

System.Object
   C1.C1Preview.ActionHandlerBase
      C1.C1Preview.ActionHandlerFile
         C1.C1Preview.ActionHandlerFileSave

参照

ActionHandlerFileSave メンバ
C1.C1Preview 名前空間
ActionHandlerFile クラス
ActionHandlerFileOpen クラス