Raises an event when campaign server connection state changes

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public event EventHandler<CampaignServerConnectionStateEventArgs> OnCampaignServerConnectionStateChanged
Visual Basic
Public Event OnCampaignServerConnectionStateChanged As EventHandler(Of CampaignServerConnectionStateEventArgs)

See Also