Show / Hide Table of Contents

Class ScenarioFinishedEventArgs

An event for when a scenario is finished.

Inheritance
object
LogEventArgs
OvermindEventArgs
ScenarioEventArgs
ScenarioStatusChangedEventArgs
ScenarioFinishedEventArgs
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 ScenarioFinishedEventArgs : ScenarioStatusChangedEventArgs

Constructors

View Source

ScenarioFinishedEventArgs(IScenario)

Initializes a new instance of the ScenarioFinishedEventArgs class.

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

The scenario.

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