Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSpreadSheet.OnActiveCellChanging Event

In This Article

Enables you to respond to moving focus to a specific cell (making it active).

#Declaration

Delphi
property OnActiveCellChanging: TdxSpreadSheetTableViewActiveCellChangingEvent read; write;

#Remarks

Sender specifies the Table View worksheet that fired the event.

ANewActiveCell specifies the coordinates (row and column indexes) of the cell object that is about to be focused (the new active cell).

Pass False as the ACanSelect parameter to prevent moving focus to the target cell object.

See Also