Data structure containing the arguments for the EscalateToConferenceRequested event.

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

Syntax

Visual Basic (Declaration)
Public 
Class 

EscalateToConferenceRequestedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 

EscalateToConferenceRequestedEventArgs : 
EventArgs
Visual C++
public 
ref class 

EscalateToConferenceRequestedEventArgs : 
public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.EscalateToConferenceRequestedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.EscalateToConferenceRequestedEventArgs',
	
EventArgs);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration . . :: . EscalateToConferenceRequestedEventArgs
       Microsoft.Rtc.Internal.Collaboration . . :: . EscalateToConferenceRequestedInternalEventArgs

See Also