Objective Grid for Microsoft® .NET® Reference Guide

GridControl.EndEditing Event

Back to Class Index

End Editing Event.     

[Visual Basic]
Public Event EndEditing As EndEditingEventHandler
[C#]
public event EndEditingEventHandler EndEditing;

Event Data

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

PropertyDescription
Col
IsValidGets or sets a value indicating whether or not the contents of the current cell are valid.     
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace