[]
        
(Showing Draft Content)

C1.C1Preview.ActionHandlerFile

ActionHandlerFile Class

The abstract base class for action handlers performing a file operation such as save or open.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public abstract class ActionHandlerFile : ActionHandlerBase
Remarks

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

Constructors

Name Description
ActionHandlerFile()

Initializes a new instance of the ActionHandlerFile class.

ActionHandlerFile(string)

Initializes a new instance of the ActionHandlerFile class, assigning the FileName property.

Properties

Name Description
FileName

Gets or sets the name of the file associated with the current ActionHandlerFile. If empty, a file dialog will be shown to the user when the current action handler is invoked.

See Also