Delegate for a response to a StopPlaying request
| C# | Visual Basic | Visual C++ |
public delegate void StopPlayingResponseHandler( Object sender, Media..::.StopPlayingResponseArgs e )
Public Delegate Sub StopPlayingResponseHandler ( _ sender As Object, _ e As Media..::.StopPlayingResponseArgs _ )
public delegate void StopPlayingResponseHandler( Object^ sender, Media..::.StopPlayingResponseArgs^ e )
- sender (Object)
- Object who sent this message
- e (Media..::.StopPlayingResponseArgs)
- Parameters associated with this response.
Assembly: ServiceProvider (Module: ServiceProvider)