Occurs when the call has ended.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic event EventHandler<CallEndedEventArgs> Ended
Value
Type:
SystemEventHandlerCallEndedEventArgs
Remarks
If a local call is terminated by the remote end, the input argument is set to true.
Otherwise, it is set to false
See Also