Home Up Count Item Add Move MoveUp MoveDown Remove OnBarRecordAdded OnBarRecordChanged OnBarRecordRemoved OnBarRecordsSorted OnBarRecordMoved OnGroupAdded OnGroupChanged OnGroupRemoved OnGroupMoved
| |
GroupCollection.OnBarRecordMoved
Fired when a bar record in one of this groups in this
collection is moved
Syntax
handler_OnBarRecordMoved(group,record,idxFrom,idxTo)
Parameters
group
Group that the barlist record is a member of
newrecord
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
|