ConnectionLauncher.ConnectionReturn Event
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public event ConnectionReturnEventHandler ConnectionReturn
public:
event ConnectionReturnEventHandler^ ConnectionReturn {
void add(ConnectionReturnEventHandler^ value);
void remove(ConnectionReturnEventHandler^ value);
}
member ConnectionReturn : IEvent<ConnectionReturnEventHandler,
ConnectionReturnEventArgs>
Public Event ConnectionReturn As ConnectionReturnEventHandler
See Also
ConnectionLauncher Class
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top