TAPIEx.NET Component Documentation

OnLineDynamicCreate Delegate

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

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

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also