Packages
 In this topic

*Methods

 

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

 


Interface IUITextListener

public interface IUITextListener extends IUIBaseEventListener
{
  // Methods
  public void textValueChanged(UITextEvent e);
}

This listener interface receives adjustment events.

EventListener
  |
  +--IUIBaseEventListener
    |
    +--IUITextListener

Methods

textValueChanged

public void textValueChanged(UITextEvent e);

Invoked when the value of the text has changed.

Return Value:

No return value.

ParameterDescription
e The TEXT_VALUE_CHANGED event that was posted.

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