Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / FormsUserActionEventArgs Class
Properties


In This Topic
    FormsUserActionEventArgs Class Members
    In This Topic

    The following tables list the members exposed by FormsUserActionEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FormsUserActionEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyGets the C1.C1Preview.RenderInputBase object corresponding to the input control which caused the event.  
    Public PropertyGets the user action (Click, MouseDown, MouseUp etc.).  
    Top
    See Also