Objective Grid for Microsoft® .NET® Reference Guide

RButtonHitRowColEventArgs Class

Back to Class Index

This class supplies data for the RButtonHitRowCol event.     

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

System.Object
   EventArgs
      CellEventArgs
         ButtonClickedRowColEventArgs
            RButtonHitRowColEventArgs

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

Remarks

    

These event arguments are supplied to any overridden RButtonHitRowCol event handler, as well as to any delegates attached to the RButtonHitRowCol event. The RButtonHitRowCol event is invoked when the user clicks the right mouse button in a cell. Subsequent invocations occur when the mouse is dragged and when the user releases the mouse button.     

    

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

RButtonHitRowColEventArgs Members | Stingray.Grid Namespace