Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
Namespace:   Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public event EventHandler Cancel
public:
event EventHandler^ Cancel {
    void add(EventHandler^ value);
    void remove(EventHandler^ value);
}
member Cancel : IEvent<EventHandler,
    EventArgs>
Public Event Cancel As EventHandler
See Also
ProgressDialog Class
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top