ConnectionReturnEventHandler Delegate
Applies To: Dynamics CRM 2013
(Developer Extensions)
Namespace: Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public delegate void ConnectionReturnEventHandler(
object sender,
ConnectionReturnEventArgs e
)
public delegate void ConnectionReturnEventHandler(
Object^ sender,
ConnectionReturnEventArgs^ e
)
type ConnectionReturnEventHandler =
delegate of
sender:Object *
e:ConnectionReturnEventArgs -> unit
Public Delegate Sub ConnectionReturnEventHandler (
sender As Object,
e As ConnectionReturnEventArgs
)
See Also
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top