Show / Hide Table of Contents

Class BotActionFinishedEventArgs

Represents an event for when the bot finishes the given action.

Inheritance
object
EventArgs
BotActionEventArgs
BotActionFinishedEventArgs
Inherited Members
BotActionEventArgs.Action
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public class BotActionFinishedEventArgs : BotActionEventArgs
Remarks

Initializes a new instance of the BotActionFinishedEventArgs class.

Constructors

View Source

BotActionFinishedEventArgs(object)

Represents an event for when the bot finishes the given action.

Declaration
public BotActionFinishedEventArgs(object action)
Parameters
Type Name Description
object action

The action.

Remarks

Initializes a new instance of the BotActionFinishedEventArgs class.

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