19 #ifndef __com_sun_star_awt_grid_GridSelectionEvent_idl__ 20 #define __com_sun_star_awt_grid_GridSelectionEvent_idl__ 25 module
com { module sun { module star { module awt { module grid {
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:31
Definition: Ambiguous.idl:22
sequence< long > SelectedColumnIndexes
denotes the indexes of the columns being selected at the time the event was fired.
Definition: GridSelectionEvent.idl:41
An event used by a XGridControl to notify changes in its row selection.
Definition: GridSelectionEvent.idl:33
sequence< long > SelectedRowIndexes
denotes the indexes of the rows being selected at the time the event was fired.
Definition: GridSelectionEvent.idl:37