Table of Contents

TTMSFNCDataGridRenderer.OnSelectCell Event

Fired after the selection changes.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnSelectCell: TTMSFNCDataGridSelectCellEvent;

Parameters

Name Description
Sender Renderer that fired the event.
AStartCell First cell in the selected range.
AEndCell Last cell in the selected range.
AFocusedCell Cell that has keyboard focus after the selection change.