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
- oldValue
Type: Microsoft.Lync.Controls.ConversationContextualInfo
- newValue
Type: Microsoft.Lync.Controls.ConversationContextualInfo