Class StiTextChangedEventArgs

java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiTextChangedEventArgs

public class StiTextChangedEventArgs extends EventArgs
Describes an argument for the event TextChanged.
  • Constructor Details

    • StiTextChangedEventArgs

      public StiTextChangedEventArgs(String oldValue, String newValue)
      Creates a new object of the type StiTextChangedEventArgs.
      Parameters:
      value - Old value of text.
      value - New value of text.
  • Method Details

    • getOldValue

      public final String getOldValue()
      Gets or sets the old value of text.
    • getNewValue

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