|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event SoundExportDone As SoundExportDoneEventHandler
|
|
[C#]
public event SoundExportDoneEventHandler SoundExportDone;
|
|
[C++]
public: __event SoundExportDoneEventHandler SoundExportDone;
|
|
SoundExportDoneEventArgs members
|
Description
| ||||||||
|
|
| ||||||||
|
nResult
|
The result of the exporting session.
|