An event used by a XGridColumn to notify changes in the column. More...
import "GridColumnEvent.idl";
 
  
| Public Attributes | |
| string | AttributeName | 
| Contains the name of the attributes whose value changed. | |
| any | OldValue | 
| Contains the old value. | |
| any | NewValue | 
| Contains the new value. | |
| long | ColumnIndex | 
| Contains the index of the changed column. | |
|  Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
An event used by a XGridColumn to notify changes in the column.
| string AttributeName | 
Contains the name of the attributes whose value changed.
| long ColumnIndex | 
Contains the index of the changed column.
| any NewValue | 
Contains the new value.
| any OldValue | 
Contains the old value.