Compartilhar via


ICrmUtilityHostedControl.CrmLoading_Complete Event

Raised when CRM loading is complete.

Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)

Usage

'Usage
Dim instance As ICrmUtilityHostedControl
Dim handler As EventHandler(Of CrmInitCompleteEventArgs)

AddHandler instance.CrmLoading_Complete, handler

Syntax

'Declaration
Event CrmLoading_Complete As EventHandler(Of CrmInitCompleteEventArgs)
event EventHandler<CrmInitCompleteEventArgs> CrmLoading_Complete
event EventHandler<CrmInitCompleteEventArgs^>^ CrmLoading_Complete {
    void add (EventHandler<CrmInitCompleteEventArgs^>^ value);
    void remove (EventHandler<CrmInitCompleteEventArgs^>^ value);
}
/** @event */
void add_CrmLoading_Complete (EventHandler<CrmInitCompleteEventArgs> value)

/** @event */
void remove_CrmLoading_Complete (EventHandler<CrmInitCompleteEventArgs> value)

Platforms

See Also

Reference

ICrmUtilityHostedControl Interface
ICrmUtilityHostedControl Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.