Copyright © 2006-2019 MultiMedia Soft

SoundUploadStarted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever an upload session is started through a call to the RecordedSound.RequestUploadToFTP method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event SoundUploadStarted As EventHandler


 

[C#]

public event EventHandler SoundUploadStarted;


 

[C++]

public: __event EventHandler* SoundUploadStarted;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.