Objective Grid for Microsoft® .NET® Reference Guide

GridControl.CancelEditing Event

Back to Class Index

Cancel Editing Event.     

[Visual Basic]
Public Event CancelEditing As CancelEditingEventHandler
[C#]
public event CancelEditingEventHandler CancelEditing;

Event Data

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

PropertyDescription
CanCancelGets or sets a value to show that editing cannot be cancelled.     
Col
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace