Packages
 In this topic

*Methods

 

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

 


Class UITextAdapter

public abstract class UITextAdapter implements IUITextListener
{
  // Methods
  public void textValueChanged(UITextEvent e);
}

This class is the listener adapter for receiving text events.

Methods

textValueChanged

public void textValueChanged(UITextEvent e);

Invoked when the value of the text has changed.

Return Value:

No return value.

ParameterDescription
e The UITextEvent that was posted.

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