ApplicationSharingViewStateChangedEventArgs.OldState property
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property OldState As ApplicationSharingViewState
Get
'Usage
Dim instance As ApplicationSharingViewStateChangedEventArgs
Dim value As ApplicationSharingViewState
value = instance.OldState
public ApplicationSharingViewState OldState { get; }
Property value
Type: Microsoft.Lync.Model.Conversation.Sharing.ApplicationSharingViewState
See also
Reference
ApplicationSharingViewStateChangedEventArgs class