Uses of Class
com.stimulsoft.report.events.StiCheckedChangedEvent

Packages that use StiCheckedChangedEvent
com.stimulsoft.report.dialogs   
 

Uses of StiCheckedChangedEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiCheckedChangedEvent
 StiCheckedChangedEvent StiRadioButtonControl.getCheckedChangedEvent()
          Gets or sets a script of the event CheckedChanged.
 StiCheckedChangedEvent StiCheckBoxControl.getCheckedChangedEvent()
          Gets or sets a script of the event CheckedChanged.
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiCheckedChangedEvent
 void StiRadioButtonControl.setCheckedChangedEvent(StiCheckedChangedEvent value)
           
 void StiCheckBoxControl.setCheckedChangedEvent(StiCheckedChangedEvent value)