|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event SoundEditDone As SoundEditDoneEventHandler
|
|
[C#]
public event SoundEditDoneEventHandler SoundEditDone;
|
|
[C++]
public: __event SoundEditDoneEventHandler SoundEditDone;
|
|
SoundEditDoneEventArgs members
|
Description
| ||||||||||||
|
|
| ||||||||||||
|
nCommand
|
Identifier of the sound editing command
Supported values are the following:
| ||||||||||||
|
bResult
|
Boolean value that specifies if the editing session was completed successfully.
Supported values are the following:
|