DataGrid.OnGetSelectedRowStyle

Syntax

Sub OnGetSelectedRowStyle(Sender: Object; Args: IDataGridSelRowStyleEventArgs);

Begin

//set of operators;

End Sub OnGetSelectedRowStyle;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnGetSelectedRowStyle event occurs when the selected row is drawn.

Comments

Depending on the cells position and the state of the CustomCellStyle checkbox, the order of events used for drawing is defined automatically.

See also:

DataGrid