Sub OnGetSelectedRowStyle(Sender: Object; Args: IDataGridSelRowStyleEventArgs);
Begin
//set of operators;
End Sub OnGetSelectedRowStyle;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnGetSelectedRowStyle event occurs when a selected row 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: