Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XRangeSelectionChangeListener

Base Interface
com::sun::star::lang::XEventListener

Description
allows notification when the selected range is changed.


Methods' Summary

descriptorChanged is called when the selected range is changed while range selection is active.

Methods' Details

descriptorChanged
 
void
descriptorChanged(
[ in ] com::sun::star::sheet::RangeSelectionEvent aEvent );

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

Top of Page