Sub OnGetSelectedCellStyle(Sender: Object; Args: IDataGridSelCellStyleEventArgs);
Begin
//set of operators;
End Sub OnGetSelectedCellStyle;
The Sender parameter returns the component that has generated the event.
The Args parameter determines event parameters.
The OnGetSelectedCellStyle event occurs when the selected cell is drawn.
Depending on the cells position and the state of the CustomCellStyle checkbox, the order of events used for drawing is defined automatically.
See also: