Share via


ConnectionReturnEventHandler Delegate

 

Applies To: Dynamics CRM 2015

Event callback type for the Return event on the wizard page.

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 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright