TAPIEx ActiveX Control v3.6

OnHold

The OnHold is fired when the call is set on hold by the switch. This frees the physical line, which allows another call to use the line.

Event OnHold(
m_Call As TAPICall,
);

Parameters

m_Call
Reference to ITAPICALL.

Remarks

None.

See Also

ITAPICall.Hold, ITAPICall.UnHold