Objective Grid for Microsoft® .NET® Reference Guide

CellControl.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

CellControl Class | CellControl Members | Stingray.Grid Namespace