Occurs when a campaign transition occurs for the workflow this DialerSession is associated with.

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

Syntax

C#
[ObsoleteAttribute("Transitions no longer exist as campaigns are no longer associated with workflows")]
public event EventHandler<CampaignTransistionEventArgs> CampaignTransition
Visual Basic
<ObsoleteAttribute("Transitions no longer exist as campaigns are no longer associated with workflows")> _
Public Event CampaignTransition As EventHandler(Of CampaignTransistionEventArgs)

See Also