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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public abstract class ActionHandlerFile : ActionHandlerBase
Visual Basic
Public MustInherit Class ActionHandlerFile _
	Inherits ActionHandlerBase

Remarks

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

Inheritance Hierarchy

See Also