struct ItemEvent in module com::sun::star::awt::

(Global Index)

Syntax

struct ItemEvent : com::sun::star::lang::EventObject ;

Description

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

Field Summary

Selected specifies which item is newly selected.

Highlighted specifies which item is newly highlighted.

ItemId specifies the id of the item.

Field Details



Selected

Syntax

long Selected;

Description

specifies which item is newly selected.


Highlighted

Syntax

long Highlighted;

Description

specifies which item is newly highlighted.


ItemId

Syntax

long ItemId;

Description

specifies the id of the item.

Top of Page