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