PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / ActionHandlerFile Class
Members

In This Topic
    ActionHandlerFile Class
    In This Topic
    The abstract base class for action handlers performing a file operation such as save or open.
    Object Model
    ActionHandlerFile Class
    Syntax
    'Declaration
     
    Public MustInherit Class ActionHandlerFile 
       Inherits ActionHandlerBase
    public abstract class ActionHandlerFile : ActionHandlerBase 
    Remarks
    For details on the use of action handlers, see ActionHandlerBase.
    Inheritance Hierarchy

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

    See Also