Playing Suspended Event delegate. Notification to the application that A wav file has suspended playing.
| C# | Visual Basic | Visual C++ |
public delegate void PlayingSuspendedEventHandler( Object sender, Media..::.PlayingSuspendedEventArgs e )
Public Delegate Sub PlayingSuspendedEventHandler ( _ sender As Object, _ e As Media..::.PlayingSuspendedEventArgs _ )
public delegate void PlayingSuspendedEventHandler( Object^ sender, Media..::.PlayingSuspendedEventArgs^ e )
- sender (Object)
- Object who sent this message
- e (Media..::.PlayingSuspendedEventArgs)
- Parameters associated with this response.
Assembly: ServiceProvider (Module: ServiceProvider)