BiTreeViewDataModelEvent
This event class is used with BiTreeViewDataModel
instances so that tree view can be updated to reflect the changes
This class extends BiEvent
and therefore all methods and fields available for BiEvent
are also available for BiTreeViewDataModelEvent
.
Constructor
new BiTreeViewDataModelEvent ( sType,nRowIndex,nRowCount )
Parameters
Name | Type | Optional | Default | Descripton |
sType | String | The event type name | ||
nRowIndex | Number | The row index that caused the data change. Optional. | ||
nRowCount | Number | The number of rows that was changed. Optional. |
Properties
Name | Type | get | set | Descripton |
preventUpdate | Boolean | ![]() | ![]() | Prevent update flag. |
rowCount | Number | ![]() | The number of rows that was changed. | |
rowIndex | Number | ![]() | The row index that caused the data change. |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.