LibreOffice
LibreOffice 24.2 SDK API Reference
|
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. More... | |
any | OldValue |
Contains the old value. More... | |
any | NewValue |
Contains the new value. More... | |
long | ColumnIndex |
Contains the index of the changed column. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
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.