Class BotActionFinishedEventArgs
Represents an event for when the bot finishes the given action.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public class BotActionFinishedEventArgs : BotActionEventArgs
Remarks
Initializes a new instance of the BotActionFinishedEventArgs class.
Constructors
View SourceBotActionFinishedEventArgs(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.