| Package | org.openzet.events |
| Class | public class SelectionDataGridEvent |
| Inheritance | SelectionDataGridEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
SelectionDataGridEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
| SelectionDataGridEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| DRAG_SELECTION_END : String = "dragSelectionEnd" [static]
Static constant that represents dragSelectionEnd event name.
| SelectionDataGridEvent | ||
| DRAG_SELECTION_START : String = "dragSelectionStart" [static]
Static constant that represents dragSelectionStart event name.
| SelectionDataGridEvent | ||
| SelectionDataGridEvent | () | constructor |
public function SelectionDataGridEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| DRAG_SELECTION_END | constant |
public static const DRAG_SELECTION_END:String = "dragSelectionEnd"Static constant that represents dragSelectionEnd event name.
| DRAG_SELECTION_START | constant |
public static const DRAG_SELECTION_START:String = "dragSelectionStart"Static constant that represents dragSelectionStart event name.