Objective Grid for Microsoft® .NET® Reference Guide

CellControl.RefreshCurrentCell Event

Back to Class Index

Refresh Current Cell event.     

[Visual Basic]
Public Event RefreshCurrentCell As RefreshCurrentCellEventHandler
[C#]
public event RefreshCurrentCellEventHandler RefreshCurrentCell;

Event Data

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

PropertyDescription
Col
Row

See Also

CellControl Class | CellControl Members | Stingray.Grid Namespace