PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / ActionHandlerFileOpen Class
Members

In This Topic
    ActionHandlerFileOpen Class
    In This Topic
    Represents an action handler that loads a document (in C1DX or C1D formats) from a disk file.
    Object Model
    ActionHandlerFileOpen Class
    Syntax
    'Declaration
     
    Public Class ActionHandlerFileOpen 
       Inherits ActionHandlerFile
    public class ActionHandlerFileOpen : ActionHandlerFile 
    Remarks
    If the ActionHandlerFile.FileName is not specified when this action handler is invoked, a file open dialog is shown to the user.

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

    Inheritance Hierarchy

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

    See Also