Class BufferingProgressUpdatedEventArgs
Internal use only. Contains arguments for the event that is raised when the buffering progress is updated.
Inheritance
System.Object
System.EventArgs
BufferingProgressUpdatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class BufferingProgressUpdatedEventArgs : EventArgs
Properties
Progress
The value indicating the buffering status(0-1).
Declaration
public double Progress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |