ConversationWindow.NeedsAttention Event

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

See Also

Reference

ConversationWindow Class

ConversationWindow Members

Microsoft.Lync.Model.Extensibility Namespace