Class InternetConnectionStateChange
Inheritance
System.Object
InternetConnectionStateChange
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class InternetConnectionStateChange : Object
Constructors
InternetConnectionStateChange(InternetConnectionStateInfo, InternetConnectionStateInfo)
Declaration
public InternetConnectionStateChange(InternetConnectionStateInfo newState, InternetConnectionStateInfo oldState)
Parameters
Properties
NewState
Declaration
public InternetConnectionStateInfo NewState { get; }
Property Value
OldState
Declaration
public InternetConnectionStateInfo OldState { get; }
Property Value