Class EthernetCableStateEventArgs
Definition
- Namespace:
- Tizen.Network.Connection
- Assembly:
- Tizen.Network.Connection.dll
An extended EventArgs class, which contains changed ethernet cable state.
C#Copypublic class EthernetCableStateEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsEthernetCableStateEventArgs
Properties
Declaration
C#Copypublic EthernetCableState EthernetCableState { get; }
Property Value
| Type | Description |
|---|---|
| EthernetCableState | Attached or detached state of the ethernet cable. |