:: com :: sun :: star :: awt :: grid ::

interface XGridColumnListener
Base Interfaces
XGridColumnListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
An instance of this interface is used by the XGridColumnModel to get notifications about column model changes.
Since
OOo 3.3

Methods' Summary
columnChanged Invoked after a column was modified.  
Methods' Details
columnChanged
void
columnChanged( [in] GridColumnEvent  event );

Description
Invoked after a column was modified.
Top of Page