TAPIEx.NET Component Documentation

OnSpecialInfo Delegate

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

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

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also