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