Occurs when the call has ended.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.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