PropertiesChanged Event
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