ISDBApplicationEvents::OnTrackDeleting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
This event is called when a track is about to be deleted. In case the event returns True, the track deletion doesn't proceed. | This event is called when a track is about to be deleted. In case the event returns True, the track deletion doesn't proceed. | ||
Introduced in MediaMonkey 3.1.0.1206. | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Revision as of 00:15, 21 January 2009
CoClass SDBApplication, Interface ISDBApplicationEvents
Function OnTrackDeleting(Track As SDBSongData, FromDisk As Bool) As Bool
Parameters
Name | Type | Description |
---|---|---|
Track | SDBSongData | Track to be deleted |
FromDisk | Bool | Will be deleted from disk, or just from Library? |
Event description
This event is called when a track is about to be deleted. In case the event returns True, the track deletion doesn't proceed.
Introduced in MediaMonkey 3.1.0.1206.