Class VideoView.FinishedEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
3

Event arguments that passed via the finished signal.

C#
Copy
public class FinishedEventArgs : EventArgs
Inheritance
VideoView.FinishedEventArgs

Properties

View Source

VideoView

The view for video playback and display.

Declaration
C#
Copy
public VideoView VideoView { get; set; }
Property Value
Type Description
VideoView
API Level: 3