Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
ConnectionToUrlStarted event 
 
Remarks 
 
Occurs when the connection to an Internet URL is started through a call to the  RecorderStartFromURL method. 
 
 
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents