Event arguments of the Device.ConnectionStateChanged event. More...
Inherits EventArgs.
Public Member Functions | |
ConnectionStateChangeEventArgs (ConnectionState oldState, ConnectionState newState) | |
Ctor. More... | |
Properties | |
ConnectionState | OldState [get] |
The state before this event occurred. | |
ConnectionState | NewState [get] |
The current state. | |
Event arguments of the Device.ConnectionStateChanged event.
ConnectionStateChangeEventArgs | ( | ConnectionState | oldState, |
ConnectionState | newState | ||
) |
Ctor.
oldState | Old state. |
newState | New state. |