public class StiTextChangedEventArgs extends StiEventHandlerArgs
Empty| Constructor and Description |
|---|
StiTextChangedEventArgs(java.lang.String oldValue,
java.lang.String newValue)
Creates a new object of the type StiTextChangedEventArgs.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNewValue()
Gets or sets the new value of text.
|
java.lang.String |
getOldValue()
Gets or sets the old value of text.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.