 | GridControlDrawGridItem Event |
Draw Grid Item event.
Namespace: Stingray.GridAssembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax[BrowsableAttribute(true)]
public event DrawGridItemEventHandler DrawGridItem
<BrowsableAttribute(true)>
Public Event DrawGridItem As DrawGridItemEventHandler
public:
[BrowsableAttribute(true)]
event DrawGridItemEventHandler^ DrawGridItem {
void add (DrawGridItemEventHandler^ value);
void remove (DrawGridItemEventHandler^ value);
}
Value
Type:
Stingray.GridDrawGridItemEventHandler
Remarks
This event is invoked when an individual cell is drawn. The
base class event handler draws the associated cell control.
See Also