Copyright © 2006-2019 MultiMedia Soft

ConnectionToUrlStarted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the connection to an Internet URL is started through a call to the  RecorderStartFromURL method.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event ConnectionToUrlStarted As EventHandler


 

[C#]

public event EventHandler ConnectionToUrlStarted;


 

[C++]

public: __event EventHandler* ConnectionToUrlStarted;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.