Copyright © 2006-2019 MultiMedia Soft

RecordingPaused event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever a recording session is paused through a call to the RecorderPause method.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event RecordingPaused As EventHandler


 

[C#]

public event EventHandler RecordingPaused;


 

[C++]

public: __event EventHandler* RecordingPaused;


 

 

Event Data

 

The event handler receives an argument of type EventArgs having the following parameters: