PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / FormsUserActionEventArgs Class / InputAction Property

In This Topic
    InputAction Property (FormsUserActionEventArgs)
    In This Topic
    Gets the C1.C1Preview.InputAction object that will handle the user action by default. This parameter can be null if no action is associated with the specified user action.
    Syntax
    'Declaration
     
    Public ReadOnly Property InputAction As InputAction
    public InputAction InputAction {get;}
    See Also