Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.ui.event   Previous This
Package
Next

 


Interface IUIAdjustmentListener

public interface IUIAdjustmentListener extends IUIBaseEventListener
{
  // Methods
  public void adjustmentValueChanged(UIAdjustmentEvent e);
}

This interface receives adjustment events.

EventListener
  |
  +--IUIBaseEventListener
    |
    +--IUIAdjustmentListener

Methods

adjustmentValueChanged

public void adjustmentValueChanged(UIAdjustmentEvent e);

Invoked when the value of the IUIScoll component has changed.

Return Value:

No return value.

ParameterDescription
e The ADJUSTMENT_VALUE_CHANGED event that was posted.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.