Class BusyUIRequestedEvent
A prism event representing a request to show UI as "busy". The payload is a string representing the context, that can be presented to the user as part of a message, like "creating bug", "saving file", etc. If the string is null or empty, it means a request to show UI as "not busy".
Inherited Members
Namespace: Phoenix.Aruba.Events
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BusyUIRequestedEvent : PubSubEvent<string>