:: com :: sun :: star :: sheet ::

interface XRangeSelectionChangeListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XRangeSelectionChangeListener
Description
allows notification when the selected range is changed.
See also
XRangeSelection
Developers Guide
8.5.4 Spreadsheet Documents - Spreadsheet Document Controller - Range Selection

Methods' Summary
descriptorChanged is called when the selected range is changed while range selection is active.
Methods' Details
descriptorChanged
void
descriptorChanged(
 
[in] RangeSelectionEvent
 
aEvent );

Description
is called when the selected range is changed while range selection is active.
Top of Page