ISDBApplicationEvents::OnTrackDeleting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (introduced) |
||
Line 11: | Line 11: | ||
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 | {{Introduced|3.1.0.1206}} | ||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 21:42, 20 April 2013
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 version 3.1.0.1206.