Show / Hide Table of Contents

Class ScenarioEventArgs

Base class for overmind events related to scenarios.

Inheritance
object
LogEventArgs
OvermindEventArgs
ScenarioEventArgs
ScenarioStatusChangedEventArgs
Inherited Members
LogEventArgs.Source
LogEventArgs.MessageType
LogEventArgs.Message
LogEventArgs.ToString()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public class ScenarioEventArgs : OvermindEventArgs
Remarks

Initializes a new instance of the ScenarioEventArgs class.

Constructors

View Source

ScenarioEventArgs(IScenario)

Base class for overmind events related to scenarios.

Declaration
public ScenarioEventArgs(IScenario scenario)
Parameters
Type Name Description
IScenario scenario

The scenario.

Remarks

Initializes a new instance of the ScenarioEventArgs class.

Properties

View Source

Scenario

Gets the scenario.

Declaration
public IScenario Scenario { get; }
Property Value
Type Description
IScenario
  • View Source
In this article
Back to top Generated by DocFX