FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BeforeMouseDownEventArgs Class / BeforeMouseDownEventArgs Constructor / BeforeMouseDownEventArgs Constructor(C1FlexGridBase,MouseButtons,Int32)
Control that will fire the event.
System.Windows.Forms.MouseButtons value that indicates which button was pressed.
Number of times the button was pressed and released.

In This Topic
    BeforeMouseDownEventArgs Constructor(C1FlexGridBase,MouseButtons,Int32)
    In This Topic
    Initializes a new instance of the BeforeMouseDownEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal view As C1FlexGridBase, _
       ByVal buttons As MouseButtons, _
       ByVal clicks As Integer _
    )
    public BeforeMouseDownEventArgs( 
       C1FlexGridBase view,
       MouseButtons buttons,
       int clicks
    )

    Parameters

    view
    Control that will fire the event.
    buttons
    System.Windows.Forms.MouseButtons value that indicates which button was pressed.
    clicks
    Number of times the button was pressed and released.
    See Also