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