Class StiValueEventArgs

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

public class StiValueEventArgs extends EventArgs
Describes an argument for the event Value.
  • Constructor Details

    • StiValueEventArgs

      public StiValueEventArgs()
      Creates a new object of the type StiValueEventArgs.
    • StiValueEventArgs

      public StiValueEventArgs(Object value)
      Creates a new object of the type StiValueEventArgs.
      Parameters:
      value - Value for event.
  • Method Details

    • getValue

      public Object getValue()
      Gets or sets the value for the event.
    • setValue

      public void setValue(Object value)
    • getDisplayValue

      public String getDisplayValue()
    • setDisplayValue

      public void setDisplayValue(String value)