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