CrmConnectionManager.ConnectionCheckComplete Event
Applies To: Dynamics CRM 2015
Raised when the connection process completes
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public event EventHandler<ServerConnectStatusEventArgs> ConnectionCheckComplete
public:
event EventHandler<ServerConnectStatusEventArgs^>^ ConnectionCheckComplete {
void add(EventHandler<ServerConnectStatusEventArgs^>^ value);
void remove(EventHandler<ServerConnectStatusEventArgs^>^ value);
}
member ConnectionCheckComplete : IEvent<EventHandler<ServerConnectStatusEventArgs>,
ServerConnectStatusEventArgs>
Public Event ConnectionCheckComplete As EventHandler(Of ServerConnectStatusEventArgs)
See Also
CrmConnectionManager Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright