Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when one or more properties are changed in the conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event PropertiesChanged As EventHandler(Of PropertiesChangedEventArgs(Of ConversationProperties))
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of PropertiesChangedEventArgs(Of ConversationProperties))
AddHandler instance.PropertiesChanged, handler
public event EventHandler<PropertiesChangedEventArgs<ConversationProperties>> PropertiesChanged