com.stimulsoft.report.events
Class StiTextChangedEventArgs

java.lang.Object
  extended by com.stimulsoft.base.system.StiEventHandlerArgs
      extended by com.stimulsoft.report.events.StiTextChangedEventArgs

public class StiTextChangedEventArgs
extends StiEventHandlerArgs

Describes an argument for the event TextChanged.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiTextChangedEventArgs(java.lang.String oldValue, java.lang.String newValue)
          Creates a new object of the type StiTextChangedEventArgs.
 
Method Summary
 java.lang.String getNewValue()
          Gets or sets the new value of text.
 java.lang.String getOldValue()
          Gets or sets the old value of text.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiTextChangedEventArgs

public StiTextChangedEventArgs(java.lang.String oldValue,
                               java.lang.String newValue)
Creates a new object of the type StiTextChangedEventArgs.

Parameters:
value - Old value of text.
value - New value of text.
Method Detail

getOldValue

public final java.lang.String getOldValue()
Gets or sets the old value of text.


getNewValue

public final java.lang.String getNewValue()
Gets or sets the new value of text.