CRMGlobalManager.DesktopLoadingMessageUpdate Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised to notify a caller that the UI splash Screen should be updated.
public:
virtual event EventHandler<Microsoft::Crm::UnifiedServiceDesk::Dynamics::UsdDesktopLoadEventArgs ^> ^ DesktopLoadingMessageUpdate;
public event EventHandler<Microsoft.Crm.UnifiedServiceDesk.Dynamics.UsdDesktopLoadEventArgs> DesktopLoadingMessageUpdate;
member this.DesktopLoadingMessageUpdate : EventHandler<Microsoft.Crm.UnifiedServiceDesk.Dynamics.UsdDesktopLoadEventArgs>
Public Event DesktopLoadingMessageUpdate As EventHandler(Of UsdDesktopLoadEventArgs)