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

(Global Index)

Syntax

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

Description

adjustment event emitted by adjustable objects.

Field Summary

Value contains the current value in the adjustment event.

Type contains the type of the adjustment event.

Field Details



Value

Syntax

long Value;

Description

contains the current value in the adjustment event.


Type

Syntax

com::sun::star::awt::AdjustmentType Type;

Description

contains the type of the adjustment event.

Top of Page