|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event SoundExportPerc As SoundExportPercEventHandler
|
|
[C#]
public event SoundExportPercEventHandler SoundExportPerc;
|
|
[C++]
public: __event SoundExportPercEventHandler* SoundExportPerc;
|
|
SoundExportPercEventArgs members
|
Description
|
|
|
|
|
nPercentage
|
Number representing the current advancement percentage of the sound exporting session
|