| Package | com.flexicious.nestedtreedatagrid.events | 
| Class | public class FlexDataGridItemEditEvent | 
| Inheritance | FlexDataGridItemEditEvent    FlexDataGridEvent   flash.events.Event | 
| Property | Defined By | ||
|---|---|---|---|
![]()  | cell : IFlexDataGridCell 
		 The cell that triggered this event 
		   | FlexDataGridEvent | |
![]()  | column : FlexDataGridColumn 
		 The column associated with the cell that triggered this event 
		   | FlexDataGridEvent | |
![]()  | grid : FlexDataGrid 
		 The grid associated with the cell that triggered this event 
		   | FlexDataGridEvent | |
![]()  | isItemSelected : Boolean 
		 For ITEM_CLICK, this flag indicates if the item is being selected or unselected.  | FlexDataGridEvent | |
![]()  | item : Object 
		 The data item associated with this cell 
		   | FlexDataGridEvent | |
| itemEditor : UIComponent | FlexDataGridItemEditEvent | ||
![]()  | level : FlexDataGridColumnLevel 
		 The level associated with the cell that triggered this event 
		   | FlexDataGridEvent | |
| newValue : * 
		 Populated for ITEM_EDIT_VALUE_COMMIT.  | FlexDataGridItemEditEvent | ||
![]()  | triggerEvent : Event 
		 The event that triggered this event.  | FlexDataGridEvent | |
| Method | Defined By | ||
|---|---|---|---|
FlexDataGridItemEditEvent(type:String, grid:FlexDataGrid = null, level:FlexDataGridColumnLevel = null, column:FlexDataGridColumn = null, cell:IFlexDataGridCell = null, item:Object = null, triggerEvent:Event = null, bubbles:Boolean = false, cancelable:Boolean = true)  | FlexDataGridItemEditEvent | ||
![]()  | clone():Event [override]   | FlexDataGridEvent | |
| itemEditor | property | 
public var itemEditor:UIComponent| newValue | property | 
public var newValue:*Populated for ITEM_EDIT_VALUE_COMMIT. Contains the value being committed.
| FlexDataGridItemEditEvent | () | Constructor | 
public function FlexDataGridItemEditEvent(type:String, grid:FlexDataGrid = null, level:FlexDataGridColumnLevel = null, column:FlexDataGridColumn = null, cell:IFlexDataGridCell = null, item:Object = null, triggerEvent:Event = null, bubbles:Boolean = false, cancelable:Boolean = true)type:String | |
grid:FlexDataGrid (default = null) | |
level:FlexDataGridColumnLevel (default = null) | |
column:FlexDataGridColumn (default = null) | |
cell:IFlexDataGridCell (default = null) | |
item:Object (default = null) | |
triggerEvent:Event (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = true) |