Class ValueChangedEventArgs

Definition

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

An extended EventArgs class contains the changed attribute value.

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

Properties

View Source

Value

The attribute value.

Declaration
C#
Copy
public byte[] Value { get; }
Property Value
Type Description
Byte[]
API Level: 3