| Package | com.daveoncode.logging.events |
| Class | public class DataLoaderEvent |
| Inheritance | DataLoaderEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
DataLoaderEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor function of DataLoaderEvent class
| DataLoaderEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| DATA_LOAD : String = "dataLoad" [static]
Dispatched when DataLoader has filled grid's dataProvider
| DataLoaderEvent | ||
| DataLoaderEvent | () | constructor |
public function DataLoaderEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor function of DataLoaderEvent class
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| DATA_LOAD | constant |
public static const DATA_LOAD:String = "dataLoad"Dispatched when DataLoader has filled grid's dataProvider