Media Stopped delegate. Notification to the application that media has stopped.
| C# | Visual Basic | Visual C++ |
public delegate void MediaStoppedEventHandler( Object sender, Media..::.MediaStoppedEventArgs e )
Public Delegate Sub MediaStoppedEventHandler ( _ sender As Object, _ e As Media..::.MediaStoppedEventArgs _ )
public delegate void MediaStoppedEventHandler( Object^ sender, Media..::.MediaStoppedEventArgs^ e )
- sender (Object)
- Object who sent this message
- e (Media..::.MediaStoppedEventArgs)
- Parameters associated with this response.
Assembly: ServiceProvider (Module: ServiceProvider)