BCGControlBar Library for .NET
GridContextMenuNeededEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal cell As Cell, _
   ByVal part As CellPart, _
   ByVal column As GridColumn, _
   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 part As CellPart
Dim column As GridColumn
Dim button As MouseButtons
Dim clicks As Integer
Dim x As Integer
Dim y As Integer
Dim delta As Integer
 
Dim instance As New GridContextMenuNeededEventArgs(cell, part, column, button, clicks, x, y, delta)
public GridContextMenuNeededEventArgs( 
   Cell cell,
   CellPart part,
   GridColumn column,
   MouseButtons button,
   int clicks,
   int x,
   int y,
   int delta
)
public: GridContextMenuNeededEventArgs( 
   Cell* cell,
   CellPart part,
   GridColumn* column,
   MouseButtons button,
   int clicks,
   int x,
   int y,
   int delta
)
public:
GridContextMenuNeededEventArgs( 
   Cell^ cell,
   CellPart part,
   GridColumn^ column,
   MouseButtons button,
   int clicks,
   int x,
   int y,
   int delta
)

Parameters

cell
part
column
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

GridContextMenuNeededEventArgs Class
GridContextMenuNeededEventArgs Members

Send Feedback