Class NameChangedEventArgs

Definition

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

An extended EventArgs class contains the changed Bluetooth name.

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

Properties

View Source

DeviceName

The name of the device.

Declaration
C#
Copy
public string DeviceName { get; }
Property Value
Type Description
System.String
API Level: 3