Package | stimulsoft.controls_old.visual |
Class | public class StiRowCountEvent |
Inheritance | StiRowCountEvent ![]() |
Property | Defined By | ||
---|---|---|---|
rowCount : int [read-only] | StiRowCountEvent |
Method | Defined By | ||
---|---|---|---|
StiRowCountEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, rowCount:int = 0) | StiRowCountEvent |
Constant | Defined By | ||
---|---|---|---|
STI_ROW_COUNT_CHANGE : String = StiRowCountChange [static] | StiRowCountEvent |
rowCount | property |
rowCount:int
[read-only] public function get rowCount():int
StiRowCountEvent | () | Constructor |
public function StiRowCountEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, rowCount:int = 0)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
rowCount:int (default = 0 )
|
STI_ROW_COUNT_CHANGE | Constant |
public static const STI_ROW_COUNT_CHANGE:String = StiRowCountChange