Show / Hide Table of Contents

Class ScenarioChangedEvent

An event indicating a scenario was modified by the user.

Inheritance
object
EventBase
PubSubEvent<IRoleBasedScenarioViewModel>
ScenarioChangedEvent
Inherited Members
PubSubEvent<IRoleBasedScenarioViewModel>.Subscribe(Action<IRoleBasedScenarioViewModel>)
PubSubEvent<IRoleBasedScenarioViewModel>.Subscribe(Action<IRoleBasedScenarioViewModel>, Predicate<IRoleBasedScenarioViewModel>)
PubSubEvent<IRoleBasedScenarioViewModel>.Subscribe(Action<IRoleBasedScenarioViewModel>, ThreadOption)
PubSubEvent<IRoleBasedScenarioViewModel>.Subscribe(Action<IRoleBasedScenarioViewModel>, bool)
PubSubEvent<IRoleBasedScenarioViewModel>.Subscribe(Action<IRoleBasedScenarioViewModel>, ThreadOption, bool)
PubSubEvent<IRoleBasedScenarioViewModel>.Subscribe(Action<IRoleBasedScenarioViewModel>, ThreadOption, bool, Predicate<IRoleBasedScenarioViewModel>)
PubSubEvent<IRoleBasedScenarioViewModel>.Publish(IRoleBasedScenarioViewModel)
PubSubEvent<IRoleBasedScenarioViewModel>.Unsubscribe(Action<IRoleBasedScenarioViewModel>)
PubSubEvent<IRoleBasedScenarioViewModel>.Contains(Action<IRoleBasedScenarioViewModel>)
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.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public class ScenarioChangedEvent : PubSubEvent<IRoleBasedScenarioViewModel?>
  • View Source
In this article
Back to top Generated by DocFX