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