Objective Grid for Microsoft® .NET® Reference Guide

CellControl.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

CellControl Class | CellControl Members | Stingray.Grid Namespace