Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

struct ItemEvent

Base Struct
com::sun::star::lang::EventObject

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


Elements

long Selected
Description
specifies which item is newly selected.
long Highlighted
Description
specifies which item is newly highlighted.
long ItemId
Description
specifies the id of the item.
Top of Page