:: com :: sun :: star :: form ::

unpublished interface XGridControlListener
Base Interfaces
XGridControlListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
specifies a listener which is to be notified about state changes in a grid control
Since
OOo 3.1
See also
XGridControl

Methods' Summary
columnChanged called when the current column in a grid control changed  
Methods' Details
columnChanged
void
columnChanged( [in] ::com::sun::star::lang::EventObject  _event );

Description
called when the current column in a grid control changed
See also
XGrid::getCurrentColumnPosition
Top of Page