Event: PlayDone
|
Function: |
This event is raised when the current wave file has completed playing. |
|
| Parameters: |
LineIndex: The index of the line on which the event occurs. |
|
| Description: |
Indicates playing of file has finished.¡¡ |
|
| Raised By: |
StartPlaying method. |
|
Sample Code In Visual Basic:
¡¡
Sub VoiceAngel1_PlayDone(LineIndex as Integer )
MessageBox "Finished playing"
End sub
¡¡