Represents the method that will handle CallInfo event.
| C# | Visual Basic | Visual C++ |
public delegate void TapiCallInfoEventHandler( Object sender, TapiCallInfoEventArgs args )
Public Delegate Sub TapiCallInfoEventHandler ( _ sender As Object, _ args As TapiCallInfoEventArgs _ )
public delegate void TapiCallInfoEventHandler( Object^ sender, TapiCallInfoEventArgs^ args )
- sender (Object)
- The source of the event (currently not used by AddTapi.NET).
- args (TapiCallInfoEventArgs)
- An TapiCallInfoEventArgs that contains event data.
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)