Copyright © 2006-2019 MultiMedia Soft

SoundPlaybackDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever a playback session, started or resumed through a previous call to RecordedSound.Play, RecordedSound.PlayRange or RecordedSound.Resume 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.