Class ActivationChangedEventArgs

Definition

Namespace:
Tizen.Network.Nfc
Assembly:
Tizen.Network.Nfc.dll

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

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

Properties

View Source

Activated

The NFC activation state.

Declaration
C#
Copy
public bool Activated { get; }
Property Value
Type Description
bool