Remarks
Occurs when a song is stopped.
Syntax
[Visual Basic]
Public Event SoundStopped As PlayerEventHandler
|
|
[C#]
public event PlayerEventHandler SoundStopped;
|
|
[C++]
public: __event PlayerEventHandler* SoundStopped;
|
|
Event Data
The event handler receives an argument of type PlayerEventArgs having the following parameters:
Parameters
|
Description
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the player that fired the event
|
|