Objective Grid for Microsoft® .NET® Reference Guide

CellControl.DrawCellControl Event

Back to Class Index

Draw Cell Control event.     

[Visual Basic]
Public Event DrawCellControl As DrawCellControlEventHandler
[C#]
public event DrawCellControlEventHandler DrawCellControl;

Event Data

The event handler receives an argument of type DrawCellControlEventArgs containing data related to this event. The following DrawCellControlEventArgs properties provide information specific to this event.

PropertyDescription
Col
Graphics
IsCurrentDetermines if this event is drawing the current grid cell.     
Row
Style
WindowRect

See Also

CellControl Class | CellControl Members | Stingray.Grid Namespace