Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
CdCoverURLsAvailable event 
 
Remarks 
 
Occurs when the Internet URLs of the CD cover's pictures have been obtained from the Amazon Web Service. 
See the How to get a CD cover picture tutorial for further details. 
 
 
Syntax 
 
[Visual Basic] 
Public Event CdCoverURLsAvailable As CdPlayerEventHandler
 
[C#] 
public event CdPlayerEventHandler CdCoverURLsAvailable;
 
[C++] 
public: __event CdPlayerEventHandler CdCoverURLsAvailable;
 
 
Event Data 
 
The event handler receives an argument of type CdPlayerEventArgs. 
 
CdPlayerEventHandler members
Description
 
 
nCdDriveIndex
Number representing the zero-based index of the CD drive that fired the event. The total number of available CD drives can be obtained using the GetCdDrivesCount method.
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents