Home Up BarRecords Name Status SuperstructureMass SuperstructureMassEpoxy SubstructureMass SubstructureMassEpoxy OnBarRecordAdded OnBarRecordChanged OnBarRecrodRemoved OnBarRecordsSorted OnBarRecordMoved OnGroupChanged
| |
Group.OnBarRecordMoved
Fired when a bar record in this group moves
Syntax
handler_OnBarRecordMoved(group,record,idxFrom,idxTo)
Parameters
group
Group that the barlist record is a member of
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
|