Objective Grid for Microsoft® .NET® Reference Guide

GridControl.ModifyCell Event

Back to Class Index

Modify Cell Event.     

[Visual Basic]
Public Event ModifyCell As ModifyCellEventHandler
[C#]
public event ModifyCellEventHandler ModifyCell;

Event Data

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

PropertyDescription
Col
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace