ContactList.OnContactManagerPropertyChanged method
Reserved for internal use.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides NotOverridable Sub OnContactManagerPropertyChanged ( _
oldContactManager As IContactsAndGroupsManagerModel, _
newContactManager As IContactsAndGroupsManagerModel _
)
'Usage
Dim oldContactManager As IContactsAndGroupsManagerModel
Dim newContactManager As IContactsAndGroupsManagerModel
Me.OnContactManagerPropertyChanged(oldContactManager, _
newContactManager)
protected override sealed void OnContactManagerPropertyChanged(
IContactsAndGroupsManagerModel oldContactManager,
IContactsAndGroupsManagerModel newContactManager
)
Parameters
- oldContactManager
Type: IContactsAndGroupsManagerModel
- newContactManager
Type: IContactsAndGroupsManagerModel