CrmConnectionManager.ServerConnectionStatusUpdate Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when a status is updated
public:
event EventHandler<Microsoft::Xrm::Tooling::CrmConnectControl::ServerConnectStatusEventArgs ^> ^ ServerConnectionStatusUpdate;
public event EventHandler<Microsoft.Xrm.Tooling.CrmConnectControl.ServerConnectStatusEventArgs> ServerConnectionStatusUpdate;
member this.ServerConnectionStatusUpdate : EventHandler<Microsoft.Xrm.Tooling.CrmConnectControl.ServerConnectStatusEventArgs>
Public Event ServerConnectionStatusUpdate As EventHandler(Of ServerConnectStatusEventArgs)