C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ActionHandlerFileOpen Class
Members

ActionHandlerFileOpen Class
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
 
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