Class VisibilityModeChangedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the changed Bluetooth visibility mode.
public class VisibilityModeChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsVisibilityModeChangedEventArgs
Properties
View SourceResult
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |
Visibility
The visibility mode.
Declaration
public VisibilityMode Visibility { get; }
Property Value
Type | Description |
---|---|
VisibilityMode |