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.
Occurs when the status of a search provider changes.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event SearchProviderStateChanged As EventHandler(Of SearchProviderStateChangedEventArgs)
'Usage
Dim instance As ContactManager
Dim handler As EventHandler(Of SearchProviderStateChangedEventArgs)
AddHandler instance.SearchProviderStateChanged, handler
public event EventHandler<SearchProviderStateChangedEventArgs> SearchProviderStateChanged