Objective Grid for Microsoft® .NET® Reference Guide

GridControl.StartEditing Event

Back to Class Index

Start Editing Event.     

[Visual Basic]
Public Event StartEditing As StartEditingEventHandler
[C#]
public event StartEditingEventHandler StartEditing;

Event Data

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

PropertyDescription
CanStartGets or sets a value to show whether or not the user may start editing the contents of the cell.     
Col
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace