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