Objective Grid for Microsoft® .NET® Reference Guide

GridControl.MovedCurrentCell Event

Back to Class Index

Moved Current Cell Event.     

[Visual Basic]
Public Event MovedCurrentCell As MovedCurrentCellEventHandler
[C#]
public event MovedCurrentCellEventHandler MovedCurrentCell;

Event Data

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

PropertyDescription
Col
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace