Objective Grid for Microsoft® .NET® Reference Guide

GridControl.LeftCell Event

Back to Class Index

Left Cell Event.     

[Visual Basic]
Public Event LeftCell As LeftCellEventHandler
[C#]
public event LeftCellEventHandler LeftCell;

Event Data

The event handler receives an argument of type LeftCellEventArgs containing data related to this event. The following LeftCellEventArgs properties provide information specific to this event.

PropertyDescription
Col
NewColGets or sets the new current column.     
NewRowGets or sets the new current row.     
RefreshGets or sets a value that shows whether or not the old current cell should be refreshed.     
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace