Raised when a new incoming connection is added.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public Event 
IncomingConnectionAdded 
As 
EventHandler(
Of 

IncomingConnectionAddedEventArgs)
C#
public event 
EventHandler<

IncomingConnectionAddedEventArgs> 
IncomingConnectionAdded
Visual C++
public:
 
event 
EventHandler<

IncomingConnectionAddedEventArgs^>^ 
IncomingConnectionAdded {
	
void 
add (
EventHandler<

IncomingConnectionAddedEventArgs^>^ 
value);
	
void 
remove (
EventHandler<

IncomingConnectionAddedEventArgs^>^ 
value);
}
JavaScript
function add_
incomingConnectionAdded(
value);
function remove_
incomingConnectionAdded(
value);

See Also