DialogServiceConnector.Canceled Event

Definition

Signal for events relating to the cancellation of an interaction. See also SpeechRecognitionCanceledEventArgs.

public event EventHandler<Microsoft.CognitiveServices.Speech.SpeechRecognitionCanceledEventArgs> Canceled;
member this.Canceled : EventHandler<Microsoft.CognitiveServices.Speech.SpeechRecognitionCanceledEventArgs> 
Public Custom Event Canceled As EventHandler(Of SpeechRecognitionCanceledEventArgs) 

Event Type

Applies to