com.stimulsoft.report.events
Class StiTextChangedEventArgs
java.lang.Object
com.stimulsoft.base.system.StiEventHandlerArgs
com.stimulsoft.report.events.StiTextChangedEventArgs
public class StiTextChangedEventArgs
- extends StiEventHandlerArgs
Describes an argument for the event TextChanged.
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 |
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.
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.