LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
ItemEvent Struct Referencepublished

specifies an event occurred to an item of a menu, a list box etc. More...

import "ItemEvent.idl";

Inheritance diagram for ItemEvent:
EventObject

Public Attributes

long Selected
 specifies which item is newly selected.
 
long Highlighted
 specifies which item is newly highlighted.
 
long ItemId
 specifies the id of the item.
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event.
 

Detailed Description

specifies an event occurred to an item of a menu, a list box etc.

Member Data Documentation

◆ Highlighted

long Highlighted

specifies which item is newly highlighted.

◆ ItemId

long ItemId

specifies the id of the item.

◆ Selected

long Selected

specifies which item is newly selected.


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