LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
GridColumnEvent Struct Referencepublished

An event used by a XGridColumn to notify changes in the column. More...

import"GridColumnEvent.idl";

Inheritance diagram for GridColumnEvent:
EventObject

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...
 

Detailed Description

An event used by a XGridColumn to notify changes in the column.

Since
OOo 3.3

Member Data Documentation

◆ AttributeName

string AttributeName

Contains the name of the attributes whose value changed.

◆ ColumnIndex

long ColumnIndex

Contains the index of the changed column.

◆ NewValue

any NewValue

Contains the new value.

◆ OldValue

any OldValue

Contains the old value.


The documentation for this struct was generated from the following file: