Provides data for the ConnectionStateChanged event.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class ConnectionStateChangedEventArgs : EventArgs
Visual Basic
Public Class ConnectionStateChangedEventArgs _
	Inherits EventArgs

Remarks

The ConnectionStateChangedEventArgs class contains properties that describe the ConnectionState change and the reason for the change.

Examples

The IceLib SDK includes example application references to the ConnectionStateChangedEventArgs class. Some examples are listed below.
ProjectLocation
TutorialExampleSystemStatisticsViewModel.cs, line 51, in SystemStatisticsViewModel.SessionConnectionStateChanged
StatisticCatalogViewModel.cs, line 138, in StatisticCatalogViewModel.SessionConnectionStateChanged
UserRoleConfigurationViewModel.cs, line 150, in UserRoleConfigurationViewModel.SessionConnectionStateChanged
ConnectionViewModel.cs, line 186, in ConnectionViewModel.SessionConnectionStateChanged

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    ININ.IceLib.Connection..::..ConnectionStateChangedEventArgs

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also