ConversationChangedEventArgs Class

Represents the event argument used for ConversationChanged event in a call that allows the conversation to be changed.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Rtc.Collaboration..::..ConversationChangedEventArgs

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

Syntax

'Declaration
Public Class ConversationChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ConversationChangedEventArgs
public class ConversationChangedEventArgs : EventArgs

Remarks

Not all calls will support this.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConversationChangedEventArgs Members

Microsoft.Rtc.Collaboration Namespace