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

unpublished struct GridSelectionEvent
Base Hierarchy
GridSelectionEvent
 ┗ ::com::sun::star::lang::EventObject
Usage Restrictions
not published
Description
An event used by a XGridControl to notify changes in the selection.
See also
XGridControl, XGridSelectionListener

Elements' Summary
x Contains the x coordinate of the selected cell 
y Contains the y coordinate of the selected cell 
action Contains the action SelectionEventType that was performed  
Elements' Details
x
long x;
Description
Contains the x coordinate of the selected cell
y
long y;
Description
Contains the y coordinate of the selected cell
action
SelectionEventType action;
Description
Contains the action SelectionEventType that was performed
Top of Page