Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
FadeInStarted event 
 
Remarks 
 
Occurs when the song fading-in starts playing 
 
For further details about the use of the embedded Automatic Fader, refer to the How to use the Automatic Fader section. 
 
 
Syntax 
 
[Visual Basic] 
Public Event FadeInStarted As PlayerEventHandler
 
[C#] 
public event PlayerEventHandler FadeInStarted;
 
[C++] 
public: __event PlayerEventHandler FadeInStarted;
 
 
Event Data 
 
The event handler receives an argument of type PlayerEventArgs. 
 
PlayerEventArgs members
Description
 
 
nPlayerIndex
Number representing the zero-based index of the player that fired the event
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents