Describes the combination of a user action on a control produced by a RenderInputBase-derived object, and the associated handling.

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

Syntax

C#
public class InputAction
Visual Basic
Public Class InputAction

Remarks

Objects of this type, describing handling of different user actions, are stored in the InputActions collection of a RenderInputBase object, and define how various user actions on the control produced by that object are handled.

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

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..InputAction

See Also