TAPIEx.NET Component Documentation

OnCallStateChange Event

Description

The OnCallStateChange event is fired when the status of the specified call has changed. Typically, several such messages are received during the lifetime of a call. Applications are notified of new incoming calls with this message; the new call is in the offering state.
[Visual Basic]
Public OnCallStateChange As __Delegate_OnCallStateChange
[C#]
public __Delegate_OnCallStateChange OnCallStateChange

Remarks

None.

See Also

None.