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