Click or drag to resize
RedoEventArgs Class
Supplies data for the Redo 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 RedoEventArgs : EventArgs

The RedoEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRedoEventArgs
Initializes a new RedoEventArgs object.
Top
Properties
  NameDescription
Public propertyCanRedo
Internal
Top
Remarks
These event arguments are supplied to any overridden Redo event handler, as well as to any delegates attached to the Redo event.
See Also