SoundPlaybackPlaying event |
|
Remarks
Occurs whenever a playback session is started or resumed through a call to PlaySound, PlaySoundRange or ResumeSound methods.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
Event Data
The event handler receives an argument of type EventArgs.
|