TAPIEx.NET Component Documentation

OnPlayBackComplete Delegate

Definition of event delegate you should use if you want to receive the OnPlayBackComplete event.

[Visual Basic]
Public Delegate Sub OnPlayBackComplete( _
ByVal Sender As Object, _
Byval e As OnReferCallArgs_
)
[C#]
public delegate void OnPlayBackComplete(
 object Sender,
   OnReferCallArgse
);

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also