TAPIEx.NET Component Documentation

OnLineDynamicRemove Delegate

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

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

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also