CrmConfigurationProvider.ConfigurationCreated Event
Applies To: Dynamics CRM 2015
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
Return to top
© 2017 Microsoft. All rights reserved. Copyright