CVB.Net 15.0
Loading...
Searching...
No Matches
ConnectionStateChangeEventArgs Class Reference

Event arguments of the Device.ConnectionStateChanged event. More...

Public Member Functions

 ConnectionStateChangeEventArgs (ConnectionState oldState, ConnectionState newState)
 Ctor.
 

Properties

ConnectionState OldState [get]
 The state before this event occurred.
 
ConnectionState NewState [get]
 The current state.
 

Detailed Description

Event arguments of the Device.ConnectionStateChanged event.

Constructor & Destructor Documentation

◆ ConnectionStateChangeEventArgs()

Ctor.

Parameters
oldStateOld state.
newStateNew state.