Class PositionChangedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
8

An extended EventArgs class contains the position.

C#
Copy
public class PositionChangedEventArgs : EventArgs
Inheritance
System.Object
PositionChangedEventArgs

Properties

View Source

Position

The current position in milliseconds.

Declaration
C#
Copy
public uint Position { get; }
Property Value
Type Description
System.UInt32
API Level: 8