Show / Hide Table of Contents

Class ScenarioStartedEventArgs

An event for when a scenario is started.

Inheritance
object
LogEventArgs
OvermindEventArgs
ScenarioEventArgs
ScenarioStatusChangedEventArgs
ScenarioStartedEventArgs
Inherited Members
ScenarioStatusChangedEventArgs.Timestamp
ScenarioEventArgs.Scenario
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 ScenarioStartedEventArgs : ScenarioStatusChangedEventArgs

Constructors

View Source

ScenarioStartedEventArgs(IScenario)

Initializes a new instance of the ScenarioStartedEventArgs class.

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

The scenario.

  • View Source
In this article
Back to top Generated by DocFX