Click or drag to resize
LButtonDblClkRowColEventArgs Class
Supplies data for the LButtonDblClkRowCol event of the GridControl class.
Inheritance Hierarchy

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class LButtonDblClkRowColEventArgs : ButtonClickedRowColEventArgs

The LButtonDblClkRowColEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLButtonDblClkRowColEventArgs
Initializes a new LButtonDblClkRowColEventArgs object at the indicated location.
Top
Properties
  NameDescription
Public propertyCol
Gets or sets the column index of the cell.
(Inherited from CellEventArgs.)
Public propertyFlags
Gets or sets the button click flags.
(Inherited from ButtonClickedRowColEventArgs.)
Public propertyHandled
Gets or sets a value to show that the event has been handled.
(Inherited from ButtonClickedRowColEventArgs.)
Public propertyPoint
Gets or sets the coordinates of the mouse click.
(Inherited from ButtonClickedRowColEventArgs.)
Public propertyRow
Gets or sets the row index of the cell.
(Inherited from CellEventArgs.)
Top
Remarks
These event arguments are supplied to any overridden LButtonDblClkRowCol event handler, as well as to any delegates attached to the LButtonDblClkRowCol event.
The LButtonDblClkRowCol event is invoked when the user has double-clicked the left mouse button on a grid cell.
See Also