Share via


ConversationWindowInformationChangedEventArgs.ChangedProperties property

Returns a dictionary of conversation window properties that have changed.

Namespace:  Microsoft.Lync.Model.Extensibility
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property ChangedProperties As IDictionary(Of ConversationWindowInformationType, Object)
    Get
'Usage
Dim instance As ConversationWindowInformationChangedEventArgs
Dim value As IDictionary(Of ConversationWindowInformationType, Object)

value = instance.ChangedProperties
public IDictionary<ConversationWindowInformationType, Object> ChangedProperties { get; }

Property value

Type: System.Collections.Generic.IDictionary<ConversationWindowInformationType, Object>

See also

Reference

ConversationWindowInformationChangedEventArgs class

ConversationWindowInformationChangedEventArgs members

Microsoft.Lync.Model.Extensibility namespace