CVB.Net 14.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
ConnectionStateChangeEventArgs Class Reference

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.
 

Detailed Description

Event arguments of the Device.ConnectionStateChanged event.

Constructor & Destructor Documentation

◆ ConnectionStateChangeEventArgs()

Ctor.

Parameters
oldStateOld state.
newStateNew state.