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