Package com.stimulsoft.report.events
Class StiTextChangedEventArgs
java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiTextChangedEventArgs
Describes an argument for the event TextChanged.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionStiTextChangedEventArgs(String oldValue, String newValue) Creates a new object of the type StiTextChangedEventArgs. -
Method Summary
-
Constructor Details
-
StiTextChangedEventArgs
Creates a new object of the type StiTextChangedEventArgs.- Parameters:
value- Old value of text.value- New value of text.
-
-
Method Details
-
getOldValue
Gets or sets the old value of text. -
getNewValue
Gets or sets the new value of text.
-