C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / InputAction Class
Members

InputAction Class
Describes the combination of a user action on a control produced by a RenderInputBase-derived object, and the associated handling.
Object Model
InputAction Class
Syntax
'Declaration
 
Public Class InputAction 
 
Remarks
Objects of this type, describing handling of different user actions, are stored in the RenderInputBase.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