RemoteOfflineRuntime.ConnectionLost Event
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