ContactBase.OnSourceChanged method

Reserved for internal use.

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

Syntax

'Declaration
Protected Overridable Sub OnSourceChanged ( _
    oldSource As Object, _
    newSource As Object _
)
'Usage
Dim oldSource As Object
Dim newSource As Object

Me.OnSourceChanged(oldSource, newSource)
protected virtual void OnSourceChanged(
    Object oldSource,
    Object newSource
)

Parameters

See also

Reference

ContactBase class

ContactBase members

Microsoft.Lync.Controls namespace