Click or drag to resize
DrawCellControlEventArgs Class
Supplies data for the DrawCellControl event of the CellControl class.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Stingray.GridDrawCellControlEventArgs

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class DrawCellControlEventArgs : EventArgs
Remarks
These event arguments are supplied to any overridden DrawCellControl event handler, as well as to any delegates attached to the DrawCellControl event.
The DrawCellControl event is invoked when the when the cell control is drawn.
See Also