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.
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 IUsdConfiguraitonManager
Dim handler As EventHandler
AddHandler instance.UsdConfigDataLoaded, handler
Syntax
'Declaration
Event UsdConfigDataLoaded As EventHandler
event EventHandler UsdConfigDataLoaded
event EventHandler^ UsdConfigDataLoaded {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
/** @event */
void add_UsdConfigDataLoaded (EventHandler value)
/** @event */
void remove_UsdConfigDataLoaded (EventHandler value)
Platforms
See Also
Reference
IUsdConfiguraitonManager Interface
IUsdConfiguraitonManager Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.