Objective Grid for Microsoft® .NET® Reference Guide

LeftCellEventArgs Class

Back to Class Index

This class supplies data for the LeftCell event.     

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

System.Object
   EventArgs
      CellEventArgs
         LeftCellEventArgs

[Visual Basic]
Public Class LeftCellEventArgs
Inherits CellEventArgs
[C#]
public class LeftCellEventArgs : CellEventArgs

Remarks

    

These event arguments are supplied to any overridden LeftCell event handler, as well as to any delegates attached to the LeftCell event. The LeftCell event is invoked after the current cell is deactivated. At the time this event is invoked, no cell is current in the grid. If you handle this event, you can hook into refreshing the current cell after it is deactivated.     

    

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

LeftCellEventArgs Members | Stingray.Grid Namespace