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