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