Class ActivationChangedEventArgs

Definition

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

An extended EventArgs class which contains the changed NFC activation state.

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

Properties

View Source

Activated

The NFC activation state.

Declaration
C#
Copy
public bool Activated { get; }
Property Value
Type Description
System.Boolean
API Level: 3