Class TagDiscoveredEventArgs
Definition
- Assembly:
 - Tizen.Network.Nfc.dll
 
An extended EventArgs class which contains the changed NFC tag discovered.
public class TagDiscoveredEventArgs : EventArgs
  - Inheritance
 - 
      objectSystem.EventArgsTagDiscoveredEventArgs
 
Properties
View SourceTag
The tag object.
Declaration
public NfcTag Tag { get; }
  Property Value
| Type | Description | 
|---|---|
| NfcTag | 
Type
The tag type.
Declaration
public NfcDiscoveredType Type { get; }
  Property Value
| Type | Description | 
|---|---|
| NfcDiscoveredType |