TAPIEx.NET Component Documentation

OnPhoneDynamicRemove Delegate

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

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

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also