BCGControlBar Library for .NET
GridCellMouseEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal cell As Cell, _
   ByVal button As MouseButtons, _
   ByVal clicks As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal delta As Integer _
)
'Usage
 
Dim cell As Cell
Dim button As MouseButtons
Dim clicks As Integer
Dim x As Integer
Dim y As Integer
Dim delta As Integer
 
Dim instance As New GridCellMouseEventArgs(cell, button, clicks, x, y, delta)
public GridCellMouseEventArgs( 
   Cell cell,
   MouseButtons button,
   int clicks,
   int x,
   int y,
   int delta
)
public: GridCellMouseEventArgs( 
   Cell* cell,
   MouseButtons button,
   int clicks,
   int x,
   int y,
   int delta
)
public:
GridCellMouseEventArgs( 
   Cell^ cell,
   MouseButtons button,
   int clicks,
   int x,
   int y,
   int delta
)

Parameters

cell
button
clicks
x
y
delta
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

GridCellMouseEventArgs Class
GridCellMouseEventArgs Members

Send Feedback