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,
OnReferLineArgs_ e
);
Namespace: TAPIEx
Assembly: TAPIEx.Net.Dll