Copyright © 2008-2023 MultiMedia Soft

SoundPlaybackDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever a playback session, started or resumed through a previous call to PlaySound, PlaySoundRange or ResumeSound methods, is completed.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event SoundPlaybackDone As EventHandler


 

[C#]

public event EventHandler SoundPlaybackDone;


 

[C++]

public: __event EventHandler* SoundPlaybackDone;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.