Objective Grid for Microsoft® .NET® Reference Guide

CellControl.ResetCurrentCell Event

Back to Class Index

Reset Current Cell event.     

[Visual Basic]
Public Event ResetCurrentCell As ResetCurrentCellEventHandler
[C#]
public event ResetCurrentCellEventHandler ResetCurrentCell;

Event Data

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

PropertyDescription
Col
Row

See Also

CellControl Class | CellControl Members | Stingray.Grid Namespace