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

struct AdjustmentEvent
Base Hierarchy
AdjustmentEvent
 ┗ ::com::sun::star::lang::EventObject
Description
adjustment event emitted by adjustable objects.

Elements' Summary
Value contains the current value in the adjustment event.  
Type contains the type of the adjustment event.  
Elements' Details
Value
long Value;
Description
contains the current value in the adjustment event.
Type
AdjustmentType Type;
Description
contains the type of the adjustment event.
Top of Page