Click or drag to resize
UndoEventArgs Class
Supplies data for the Undo event of the GridControl class.
Inheritance Hierarchy

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class UndoEventArgs : EventArgs

The UndoEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodUndoEventArgs
Initializes a new UndoEventArgs object.
Top
Properties
  NameDescription
Public propertyCanUndo
Indicates whether or not the action that triggered the event can be undone.
Top
Remarks
These event arguments are supplied to any overridden Undo event handler, as well as to any delegates attached to the Undo event.
The Undo event is invoked when the user presses the ESC key on the current cell.
See Also