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.
Occurs when the docked conversation window needs attention.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event NeedsAttention As EventHandler(Of ConversationWindowNeedsAttentionEventArgs)
'Usage
Dim instance As ConversationWindow
Dim handler As EventHandler(Of ConversationWindowNeedsAttentionEventArgs)
AddHandler instance.NeedsAttention, handler
public event EventHandler<ConversationWindowNeedsAttentionEventArgs> NeedsAttention