Occurs when a Dialer workflow is stopped.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
[ObsoleteAttribute("Workflows no longer exist. Use CampaignStopped instead.")] public event EventHandler<WorkflowStoppedEventArgs> WorkflowStopped |
| Visual Basic |
|---|
<ObsoleteAttribute("Workflows no longer exist. Use CampaignStopped instead.")> _ Public Event WorkflowStopped As EventHandler(Of WorkflowStoppedEventArgs) |