Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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