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 resiliency mode is changed.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event ResiliencyModeChanged As EventHandler(Of ResiliencyModeChangedEventArgs)
'Usage
Dim instance As Self
Dim handler As EventHandler(Of ResiliencyModeChangedEventArgs)
AddHandler instance.ResiliencyModeChanged, handler
public event EventHandler<ResiliencyModeChangedEventArgs> ResiliencyModeChanged