Represents an ActionHandlerBase that switches to the previous history entry in the current viewer control.

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

Syntax

C#
public class ActionHandlerHistoryPrev : ActionHandlerBase
Visual Basic
Public Class ActionHandlerHistoryPrev _
	Inherits ActionHandlerBase

Remarks

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

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..ActionHandlerBase
    C1.C1Preview..::..ActionHandlerHistoryPrev

See Also