UpDownChangedEvent Class

Methods | Fields | This Package | All Packages

Provides data for the upDownChanged event of the UpDown object.

Event
  |
  +--UpDownChangedEvent

package com.ms.wfc.ui

public class UpDownChangedEvent
extends
Event****

Remarks

The upDownChanged event occurs when the value of the control is about to change as a result of the user's clicking the up or down arrow in the up-down control. This event is sent to the parent control of an up-down control before the value of the up-down control changes so that the change can be tracked, modified, or canceled. A UpDownChangedEvent object specifies the current value of the up-down control and the proposed change to this value. If the change is accepted, the new value of the up-down control is the sum of the current value and the proposed change.