interface XRangeSelectionChangeListener in module com::sun::star::sheet::

(Global Index)

Syntax

interface XRangeSelectionChangeListener : com::sun::star::lang::XEventListener ;

Description

allows notification when the selected range is changed.

Method Summary

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

Method Details



descriptorChanged

Syntax

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

Description

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

Top of Page