Represents an action handler that loads a document (in C1DX or C1D formats) from a disk file.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public class ActionHandlerFileOpen : ActionHandlerFile |
Visual Basic |
---|
Public Class ActionHandlerFileOpen _ Inherits ActionHandlerFile |
Remarks
If the 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
C1.C1Preview..::..ActionHandlerBase
C1.C1Preview..::..ActionHandlerFile
C1.C1Preview..::..ActionHandlerFileOpen