This event handler notifies the system about that the detection is completed.
| C# | Visual Basic | Visual C++ |
public event EventHandler<VoIPEventArgs<AnswerMachineDetectionResult>> DetectionCompleted
Public Event DetectionCompleted As EventHandler(Of VoIPEventArgs(Of AnswerMachineDetectionResult))
public: event EventHandler<VoIPEventArgs<AnswerMachineDetectionResult>^>^ DetectionCompleted { void add (EventHandler<VoIPEventArgs<AnswerMachineDetectionResult>^>^ value); void remove (EventHandler<VoIPEventArgs<AnswerMachineDetectionResult>^>^ value); }