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.
Represents an event that is triggered when the connection is lost.
Namespace: Microsoft.Office.BusinessData.Offlining
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Public Event ConnectionLost As EventHandler
'Usage
Dim instance As RemoteOfflineRuntime
Dim handler As EventHandler
AddHandler instance.ConnectionLost, handler
public event EventHandler ConnectionLost