Occurs when the audio recording or playing has been stopped
| C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs> Stopped
Public Event Stopped As EventHandler(Of EventArgs)
public: event EventHandler<EventArgs^>^ Stopped { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); }