Show / Hide Table of Contents

Class TagAddedEvent

An event for when an auto complete bug tag option is added.

Inheritance
object
EventBase
PubSubEvent<Tuple<Guid, string>>
TagAddedEvent
Inherited Members
PubSubEvent<Tuple<Guid, string>>.Subscribe(Action<Tuple<Guid, string>>)
PubSubEvent<Tuple<Guid, string>>.Subscribe(Action<Tuple<Guid, string>>, Predicate<Tuple<Guid, string>>)
PubSubEvent<Tuple<Guid, string>>.Subscribe(Action<Tuple<Guid, string>>, ThreadOption)
PubSubEvent<Tuple<Guid, string>>.Subscribe(Action<Tuple<Guid, string>>, bool)
PubSubEvent<Tuple<Guid, string>>.Subscribe(Action<Tuple<Guid, string>>, ThreadOption, bool)
PubSubEvent<Tuple<Guid, string>>.Subscribe(Action<Tuple<Guid, string>>, ThreadOption, bool, Predicate<Tuple<Guid, string>>)
PubSubEvent<Tuple<Guid, string>>.Publish(Tuple<Guid, string>)
PubSubEvent<Tuple<Guid, string>>.Unsubscribe(Action<Tuple<Guid, string>>)
PubSubEvent<Tuple<Guid, string>>.Contains(Action<Tuple<Guid, 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 TagAddedEvent : PubSubEvent<Tuple<Guid, string>>
  • View Source
In this article
Back to top Generated by DocFX