Share via


ConversationWindow.NeedsAttention event

Raised when the UI 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