interface XSelectionChangeListener in module com::sun::star::view::

(Global Index)

Syntax

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

Description

makes it possible to receive an event when the selection changes.

See also

SpreadsheetViewPane

Method Summary

selectionChanged is called when the selection changes.

Method Details



selectionChanged

Syntax

oneway void selectionChanged (
com::sun::star::lang::EventObject aEvent );

Description

is called when the selection changes.

Top of Page