Copyright © 2006-2011 MultiMedia Soft
SoundUploadStarted event
Remarks
Occurs whenever an upload session is started through a call to the RecordedSound.RequestUploadToFTP method.
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.