Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
SoundExportPerc event 
 
Remarks 
 
Occurs during a sound's exporting session, to notify the actual advancement percentage. 
 
For further details see the How to export a recorded sound section. 
 
 
Syntax 
 
[Visual Basic] 
Public Event SoundExportPerc As SoundExportPercEventHandler
 
[C#] 
public event SoundExportPercEventHandler SoundExportPerc;
 
[C++] 
public: __event SoundExportPercEventHandler* SoundExportPerc;
 
 
Event Data 
 
The event handler receives an argument of type SoundExportPercEventArgs. 
 
SoundExportPercEventArgs members
Description
 
 
nPercentage
Number representing the current advancement percentage of the sound exporting session
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents