Click or drag to resize
GridDrawEventArgs Class
Supplies data for the GridDraw event of the GridControl class.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Stingray.GridGridDrawEventArgs

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class GridDrawEventArgs : EventArgs
Remarks
These event arguments are supplied to any overridden GridDraw event handler, as well as to any delegates attached to the GridDraw event. The GridDraw is invoked whenever a range of cells in the grid needs to be redrawn.
See Also