Click or drag to resize
ButtonClickedRowColEventArgs Class
Base class for mouse button event argument classes.
Inheritance Hierarchy

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

The ButtonClickedRowColEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodButtonClickedRowColEventArgs
Initializes a new ButtonClickedRowColEventArgs object for a given cell.
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.
Public propertyHandled
Gets or sets a value to show that the event has been handled.
Public propertyPoint
Gets or sets the coordinates of the mouse click.
Public propertyRow
Gets or sets the row index of the cell.
(Inherited from CellEventArgs.)
Top
Remarks
This class is not specifically sent as data for any event. It serves as a base for many of the mouse button click event argument classes.
See Also
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Stingray.GridCellEventArgs
      Stingray.GridButtonClickedRowColEventArgs
        Stingray.GridLButtonClickedRowColEventArgs
        Stingray.GridLButtonDblClkRowColEventArgs
        Stingray.GridLButtonHitRowColEventArgs
        Stingray.GridMButtonClickedRowColEventArgs
        Stingray.GridMButtonDblClkRowColEventArgs
        Stingray.GridMButtonHitRowColEventArgs
        Stingray.GridRButtonClickedRowColEventArgs
        Stingray.GridRButtonDblClkRowColEventArgs
        Stingray.GridRButtonHitRowColEventArgs