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
- oldSource
Type: System.Object
- newSource
Type: System.Object