Show / Hide Table of Contents

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".

Inheritance
object
EventBase
PubSubEvent<string>
BusyUIRequestedEvent
Inherited Members
PubSubEvent<string>.Subscribe(Action<string>)
PubSubEvent<string>.Subscribe(Action<string>, Predicate<string>)
PubSubEvent<string>.Subscribe(Action<string>, ThreadOption)
PubSubEvent<string>.Subscribe(Action<string>, bool)
PubSubEvent<string>.Subscribe(Action<string>, ThreadOption, bool)
PubSubEvent<string>.Subscribe(Action<string>, ThreadOption, bool, Predicate<string>)
PubSubEvent<string>.Publish(string)
PubSubEvent<string>.Unsubscribe(Action<string>)
PubSubEvent<string>.Contains(Action<string>)
EventBase.InternalSubscribe(IEventSubscription)
EventBase.InternalPublish(params object[])
EventBase.Unsubscribe(SubscriptionToken)
EventBase.Contains(SubscriptionToken)
EventBase.Prune()
EventBase.SynchronizationContext
EventBase.Subscriptions
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Events
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BusyUIRequestedEvent : PubSubEvent<string>
  • View Source
In this article
Back to top Generated by DocFX