[]
        
(Showing Draft Content)

C1.Win.C1Preview.FormsUserActionEventArgs

FormsUserActionEventArgs Class

Provides data for the FormsUserAction event of a C1PreviewPane.

Inheritance
FormsUserActionEventArgs
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public class FormsUserActionEventArgs : EventArgs

Constructors

Name Description
FormsUserActionEventArgs(RenderInputBase, UserActionEnum, InputAction)

Initializes a new instance of the FormsUserActionEventArgs class.

Properties

Name Description
Handled

Gets or sets a value indicating whether the default handling of the user action should take place. Set this property to true to cancel the default handling.

InputAction

Gets the 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.

RenderObject

Gets the RenderInputBase object corresponding to the input control which caused the event.

UserAction

Gets the user action (Click, MouseDown, MouseUp etc.).