Packages
 In this topic

*Constructors

*Methods

*Fields

 

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

 


Class UITextEvent

public class UITextEvent extends UIEvent
{
  // Fields
  public static final int TEXT_VALUE_CHANGED;

  // Constructors
  public UITextEvent(IUIComponent source, int id);

  // Methods
  public String paramString();
}

This class represents a text event. Text events are generated by the text components when their values change.

EventObject
  |
  +--UIBaseEvent
    |
    +--UIEvent
      |
      +--UITextEvent

Constructors

UITextEvent

public UITextEvent(IUIComponent source, int id);

Constructs a TextEvent object with the specified source and type.

ParameterDescription
source The IUIComponent where the event originated.
id The event type.

Methods

paramString

public String paramString();

This method is used internally by the toString method.

Return Value:

Returns a formatted String object that assists with textual representation of the exception.

Fields

TEXT_VALUE_CHANGED
The text value changed event.

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