Skip to main content

TdxSpreadSheetAreaList.OnChange Event

Occurs when the cell range list is changed.

Declaration

property OnChange: TNotifyEvent read; write;

Remarks

Use the Sender parameter to access the cell range list that raised this event. To access the list’s type-specific members, you need to cast Sender to the TdxSpreadSheetAreaList class.

Note

A conditional formatting rule automatically handles its cell range list’s OnChange event.

See Also