UsdConfigurationManager.UsdConfigDataLoaded Event
Raised when Unified Service Desk data has completed loading.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As UsdConfigurationManager
Dim handler As EventHandler
AddHandler instance.UsdConfigDataLoaded, handler
Syntax
'Declaration
Public Event UsdConfigDataLoaded As EventHandler
public event EventHandler UsdConfigDataLoaded
public:
virtual event EventHandler^ UsdConfigDataLoaded {
void add (EventHandler^ value) sealed;
void remove (EventHandler^ value) sealed;
}
/** @event */
public final void add_UsdConfigDataLoaded (EventHandler value)
/** @event */
public final void remove_UsdConfigDataLoaded (EventHandler value)
Platforms
See Also
Reference
UsdConfigurationManager Class
UsdConfigurationManager Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.