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