Objective Grid for Microsoft® .NET® Reference Guide

GridControl.CanceledEditing Event

Back to Class Index

Canceled Editing Event.     

[Visual Basic]
Public Event CanceledEditing As CanceledEditingEventHandler
[C#]
public event CanceledEditingEventHandler CanceledEditing;

Event Data

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

PropertyDescription
Col
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace