Movie Maker Timeline Control

OnPlayingCompleted Event

Description

Occurs when play the video/audio on the timeline completed. 

Syntax

Public Event TimelineControl1_OnPlayingCompleted()

 

No Parameters
 

 

Example

[Visual Basic Syntax]
Private Sub TimelineControl1_OnPlayingCompleted()

End Sub