TAPIEx.NET Component Documentation

OnPhoneDynamicCreate Delegate

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

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

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also