Definition of event delegate you should use if you want to receive the OnSilenceEnd event.
[Visual Basic]
Public Delegate Sub OnSilenceEnd( _
ByVal Sender As Object, _
Byval e As OnSilenceEndArgs_
)
[C#]
public delegate void OnSilenceEnd(
object Sender,
OnSilenceEndArgs e
);
Namespace: TAPIEx
Assembly: TAPIEx.Net.Dll