PrintDocument for WinForms
ActionHandlerFile クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : ActionHandlerFile クラス
The abstract base class for action handlers performing a file operation such as save or open.
オブジェクト モデル
ActionHandlerFile クラス
シンタックス
'宣言
 
Public MustInherit Class ActionHandlerFile 
   Inherits ActionHandlerBase
'使用法
 
Dim instance As ActionHandlerFile
public abstract class ActionHandlerFile : ActionHandlerBase 
解説
For details on the use of action handlers, see ActionHandlerBase.
継承階層

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

参照

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