TAPIEx.NET Component Documentation

OnDevSpecific Delegate

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

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

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also