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
);
Namespace: TAPIEx
Assembly: TAPIEx.Net.Dll