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 checked The row index that caused the data change. Optional.
nRowCount Number checked The number of rows that was changed. Optional.

Properties

Name Type get set Descripton
preventUpdate Boolean checked checked Prevent update flag.
rowCount Number checked The number of rows that was changed.
rowIndex Number checked The row index that caused the data change.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks