ISDBApplicationEvents::OnBeforeTracksMove

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBApplication, Interface ISDBApplicationEvents

Sub OnBeforeTracksMove(Tracks As SDBSongList, NewPaths As SDBStringList, IsMove As Boolean)


Parameters

Name Type Description
Tracks SDBSongList A list of tracks that will be moved.
NewPaths SDBStringList A list of new full paths of individual tracks. (Number of items of NewPaths is the same as of Tracks)
IsMove Boolean When true, it is a move operation, otherwise it is copy operation.


Event description

This event is called when a set of tracks is going to be copied/moved.