FlexGrid for WinForms
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.
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 _
)
'Usage
 
Dim view As C1FlexGridBase
Dim buttons As MouseButtons
Dim clicks As Integer
 
Dim instance As New BeforeMouseDownEventArgs(view, buttons, clicks)
public BeforeMouseDownEventArgs( 
   C1FlexGridBase view,
   MouseButtons buttons,
   int clicks
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BeforeMouseDownEventArgs Class
BeforeMouseDownEventArgs Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback