Fires an event when a campaign's status 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<CampaignStatusChangedEventArgs> CampaignStatusChanged
Visual Basic
Public Event CampaignStatusChanged As EventHandler(Of CampaignStatusChangedEventArgs)

Remarks

This event differs from the CampaignStarted and CampaignStopped events in that it provides full details of the campaign's status and does not require an active dialing session.

See Also