TAPIEx.NET Component Documentation

OnInfo Delegate

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

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

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also