TAPIEx.NET Component Documentation

OnDevSpecificFeature Delegate

Definition of event delegate you should use if you want to receive the OnDevSpecificFeature event.

[Visual Basic]
Public Delegate Sub OnDevSpecificFeature( _
ByVal Sender As Object, _
Byval e As OnDevSpecificFeatureArgs_
)
[C#]
public delegate void OnDevSpecificFeature(
 object Sender,
   OnDevSpecificFeatureArgs e
);

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also