UCTreeViewItem.OnSourceChanged method
Called when [Source] property has changed
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overridable Sub OnSourceChanged ( _
oldValue As Object, _
newValue As Object _
)
'Usage
Dim oldValue As Object
Dim newValue As Object
Me.OnSourceChanged(oldValue, newValue)
protected virtual void OnSourceChanged(
Object oldValue,
Object newValue
)
Parameters
- oldValue
Type: System.Object
- newValue
Type: System.Object