Class VisibilityModeChangedEventArgs

Definition

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

An extended EventArgs class contains the changed Bluetooth visibility mode.

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

Properties

View Source

Result

The BluetoothError result.

Declaration
C#
Copy
public BluetoothError Result { get; }
Property Value
Type Description
BluetoothError
API Level: 3
View Source

Visibility

The visibility mode.

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