Objective Grid for Microsoft® .NET® Reference Guide

LButtonClickedRowColEventArgs Class

Back to Class Index

This class supplies data for the LButtonClickedRowCol event.     

For a list of all members of this type, see LButtonClickedRowColEventArgs Members.

System.Object
   EventArgs
      CellEventArgs
         ButtonClickedRowColEventArgs
            LButtonClickedRowColEventArgs

[Visual Basic]
Public Class LButtonClickedRowColEventArgs
Inherits ButtonClickedRowColEventArgs
[C#]
public class LButtonClickedRowColEventArgs : ButtonClickedRowColEventArgs

Remarks

    

These event arguments are supplied to any overridden LButtonClickedRowCol event handler, as well as to any delegates attached to the LButtonClickedRowCol event. This event is invoked when the user has clicked and released the left mouse button on a grid cell. This class supplies information about the cell click event.     

    

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

LButtonClickedRowColEventArgs Members | Stingray.Grid Namespace