Packagestimulsoft.controls_old.visual
Classpublic class StiRowCountEvent
InheritanceStiRowCountEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  rowCount : int
[read-only]
StiRowCountEvent
Public Methods
 MethodDefined By
  
StiRowCountEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, rowCount:int = 0)
StiRowCountEvent
Public Constants
 ConstantDefined By
  STI_ROW_COUNT_CHANGE : String = StiRowCountChange
[static]
StiRowCountEvent
Property Detail
rowCountproperty
rowCount:int  [read-only]


Implementation
    public function get rowCount():int
Constructor Detail
StiRowCountEvent()Constructor
public function StiRowCountEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, rowCount:int = 0)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
rowCount:int (default = 0)
Constant Detail
STI_ROW_COUNT_CHANGEConstant
public static const STI_ROW_COUNT_CHANGE:String = StiRowCountChange