TAPIEx ActiveX Control v3.6

OnEndCall

The OnEndCall event fires when the ending of previous call of this line.

Event OnEndCall(m_Line As TAPILine)

Parameters

m_Line
Reference to ITAPILine.

Remarks

OnEndCall event will be fired right after the OnIdle event.

See Also

OnIdle