RadioGroupEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Classpath: | org.asapframework.ui.buttons.radio.RadioGroupEvent |
| File last modified: | Wednesday, 21 June 2006, 19:05:09 |
Summary
Constructor
- RadioGroupEvent (inType:String, inSource:RadioButtonGroup, inIndex:Number)
Class properties
- ON_CHANGED : String
Constructor
RadioGroupEvent
function RadioGroupEvent (
inType:String,
inSource:RadioButtonGroup,
inButton:IRadioButton,
inIndex:Number)
Class properties
ON_CHANGED
static ON_CHANGED:String = "onRadioButtonChanged"
(read)