TAPIEx.NET Component Documentation

OnPhoneDynamicCreate Event

Description

The OnPhoneDynamicCreate event fired to inform the application of the creation of a new phone device.
[Visual Basic]
Public OnPhoneDynamicCreate As __Delegate_OnPhoneDynamicCreate
[C#]
public __Delegate_OnPhoneDynamicCreate OnPhoneDynamicCreate

Remarks

The OnPhoneDynamicCreate() event informs applications of the existence of the new device and its new device identifier. The application can then choose whether or not to attempt working with the new device at its leisure.

See Also

None.