Class StiSelectedIndexChangedEvent

java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.events.StiSelectedIndexChangedEvent
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, Cloneable

public class StiSelectedIndexChangedEvent extends StiEvent
Describes the class for realization of the event SelectedIndexChanged.
  • Constructor Details

    • StiSelectedIndexChangedEvent

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

      public StiSelectedIndexChangedEvent(String script)
      Creates a new object of the type StiSelectedIndexChangedEvent with specified arguments.
      Parameters:
      script - Script of the event.
    • StiSelectedIndexChangedEvent

      public StiSelectedIndexChangedEvent(StiComponent parent)
      Creates a new object of the type StiEvent with specified arguments.
      Parameters:
      parent - Component which contain this event.
  • Method Details

    • toString

      public String toString()
      Returns the string representation of the event.
      Overrides:
      toString in class Object