Show / Hide Table of Contents

Class AddBugToCreationHistoryEvent

A class representing an event to add a bug to the creation history.

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