Click or drag to resize
Accord.NET (logo)

VideoSourcePlayerPlayingFinished Event

Playing finished event.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public event PlayingFinishedEventHandler PlayingFinished
Request Example View Source

Value

Type: Accord.VideoPlayingFinishedEventHandler
Remarks

The event is fired when/if video playing finishes. The reason of video stopping is provided as an argument to the event handler.

See Also