19#ifndef __com_sun_star_awt_grid_GridColumnEvent_idl__
20#define __com_sun_star_awt_grid_GridColumnEvent_idl__
25module
com { module sun { module star { module awt { module grid {
Definition: Accessible.idl:22
An event used by a XGridColumn to notify changes in the column.
Definition: GridColumnEvent.idl:32
any NewValue
Contains the new value.
Definition: GridColumnEvent.idl:40
string AttributeName
Contains the name of the attributes whose value changed.
Definition: GridColumnEvent.idl:34
long ColumnIndex
Contains the index of the changed column.
Definition: GridColumnEvent.idl:43
any OldValue
Contains the old value.
Definition: GridColumnEvent.idl:37
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32