ConversationWindowStateChangedEventArgs.OldState property
Gets the old conversation window state value.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property OldState As ConversationWindowState
Get
'Usage
Dim instance As ConversationWindowStateChangedEventArgs
Dim value As ConversationWindowState
value = instance.OldState
public ConversationWindowState OldState { get; }
Property value
Type: Microsoft.Lync.Model.Extensibility.ConversationWindowState
See also
Reference
ConversationWindowStateChangedEventArgs class