CrmServerLoginConfigControl.ConnectErrorEvent Event
Applies To: Dynamics CRM 2015
Raised when there is an error
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public event EventHandler<ConnectErrorEventArgs> ConnectErrorEvent
public:
event EventHandler<ConnectErrorEventArgs^>^ ConnectErrorEvent {
void add(EventHandler<ConnectErrorEventArgs^>^ value);
void remove(EventHandler<ConnectErrorEventArgs^>^ value);
}
member ConnectErrorEvent : IEvent<EventHandler<ConnectErrorEventArgs>,
ConnectErrorEventArgs>
Public Event ConnectErrorEvent As EventHandler(Of ConnectErrorEventArgs)
See Also
CrmServerLoginConfigControl Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright