CrmConfigurationProvider.ConfigurationCreated Event
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static event EventHandler<CrmSectionCreatedEventArgs> ConfigurationCreated
public:
event EventHandler<CrmSectionCreatedEventArgs^>^ ConfigurationCreated {
static void add(EventHandler<CrmSectionCreatedEventArgs^>^ value);
static void remove(EventHandler<CrmSectionCreatedEventArgs^>^ value);
}
static member ConfigurationCreated : IEvent<EventHandler<CrmSectionCreatedEventArgs>,
CrmSectionCreatedEventArgs>
Public Shared Event ConfigurationCreated As EventHandler(Of CrmSectionCreatedEventArgs)
See Also
CrmConfigurationProvider Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top