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