Copyright © 2006-2019 MultiMedia Soft

RecordingResumed event

Previous pageReturn to chapter overviewNext page

Remarks

 

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

 

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

 

 

Syntax

 

[Visual Basic]

Public Event RecordingResumed As EventHandler


 

[C#]

public event EventHandler RecordingResumed;


 

[C++]

public: __event EventHandler* RecordingResumed;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.