Copyright © 2006-2019 MultiMedia Soft

SoundExportStarted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the exporting of a recording session begins after a call to RecordedSound.RequestExportToFile method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event SoundExportStarted As EventHandler


 

[C#]

public event EventHandler SoundExportStarted;


 

[C++]

public: __event EventHandler* SoundExportStarted;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.