Share via


ContactBase.OnContextualInformationChanged method

Reserved for internal use.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Protected Overridable Sub OnContextualInformationChanged ( _
    oldValue As ConversationContextualInfo, _
    newValue As ConversationContextualInfo _
)
'Usage
Dim oldValue As ConversationContextualInfo
Dim newValue As ConversationContextualInfo

Me.OnContextualInformationChanged(oldValue, _
    newValue)
protected virtual void OnContextualInformationChanged(
    ConversationContextualInfo oldValue,
    ConversationContextualInfo newValue
)

Parameters

See also

Reference

ContactBase class

ContactBase members

Microsoft.Lync.Controls namespace