ISDBApplicationEvents::OnBeforeTracksMove: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{MethodDeclaration|SDBApplication|ISDBApplicationEvents|Sub OnBeforeTracksMove(Tracks As ISDBSongList, NewPaths As ISDBStringList, IsMove As Boolean)}}
{{MethodDeclaration|SDBApplication|ISDBApplicationEvents|Sub OnBeforeTracksMove(Tracks As SDBSongList, NewPaths As SDBStringList, IsMove As Boolean)}}


===Parameters===
===Parameters===


{{MethodParameters  
{{MethodParameters  
  |Tracks |ISDBSongList |A list of tracks that will be moved.
  |Tracks |[[SDBSongList]] |A list of tracks that will be moved.
  |NewPaths |ISDBStringList |A list of new full paths of individual tracks. (Number of items of NewPaths is the same as of Tracks)
  |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.}}
  |IsMove |Boolean |When true, it is a move operation, otherwise it is copy operation.}}



Latest revision as of 13:46, 21 March 2007

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.