EventArg containing the newly created MediaFlow.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
FlowConfigurationRequestedEventArgs
_
	
Inherits 
EventArgs
C#
public 
class 
FlowConfigurationRequestedEventArgs
: 
EventArgs
Visual C++
public 
ref class 
FlowConfigurationRequestedEventArgs
: 
public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.ComponentModel.FlowConfigurationRequestedEventArgs
= 
function();

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

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration.ComponentModel . . :: . FlowConfigurationRequestedEventArgs

See Also