Home Up Count Item Add Remove Replace Sort Move MoveUp MoveDown OnBarRecordAdded OnBarRecordChanged OnBarRecordRemoved OnBarRecordsSorted OnBarRecordMoved
| |
BarRecordCollection.OnBarRecordMoved
Fired when a bar record is moved
Syntax
handler_OnBarRecordMoved(record,idxFrom,idxTo)
Parameters
record
The bar record that moved
idxFrom
The index that the bar record moved from
idxTo
The index that the bar record moved to
Returns
None
|