ISDBApplicationEvents::OnTrackDeleting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 16:26, 30 December 2008
CoClass SDBApplication, Interface ISDBApplicationEvents
Function OnTrackDeleting(Track As SDBSongData, FromDisk As Bool) As Bool
Parameters
Name | Type | Description |
---|---|---|
Track | SDSongData | 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.