LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies an event occurred to an item of a menu, a list box etc. More...
import"ItemEvent.idl";
Public Attributes | |
long | Selected |
specifies which item is newly selected. More... | |
long | Highlighted |
specifies which item is newly highlighted. More... | |
long | ItemId |
specifies the id of the item. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
specifies an event occurred to an item of a menu, a list box etc.
long Highlighted |
specifies which item is newly highlighted.
long ItemId |
specifies the id of the item.
long Selected |
specifies which item is newly selected.