UCBase.OnContactManagerPropertyChanged method

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

Syntax

'Declaration
Protected Overridable Sub OnContactManagerPropertyChanged ( _
    oldContactManager As IContactsAndGroupsManagerModel, _
    newContactManager As IContactsAndGroupsManagerModel _
)
'Usage
Dim oldContactManager As IContactsAndGroupsManagerModel
Dim newContactManager As IContactsAndGroupsManagerModel

Me.OnContactManagerPropertyChanged(oldContactManager, _
    newContactManager)
protected virtual void OnContactManagerPropertyChanged(
    IContactsAndGroupsManagerModel oldContactManager,
    IContactsAndGroupsManagerModel newContactManager
)

Parameters

  • oldContactManager
    Type: IContactsAndGroupsManagerModel
  • newContactManager
    Type: IContactsAndGroupsManagerModel

See also

Reference

UCBase class

UCBase members

Microsoft.Lync.Controls namespace