Class Events.DecisionFinishedEventArgs
- Namespace
- SuzerainModdingKit
- Assembly
- SuzerainModdingKit.dll
Event args passed to the OnDecisionFinished event.
public class Events.DecisionFinishedEventArgs : EventArgs
- Inheritance
-
Events.DecisionFinishedEventArgs
- Inherited Members
Constructors
DecisionFinishedEventArgs(DecisionOptionInfo)
Creates a new instance of this class.
public DecisionFinishedEventArgs(DecisionOptionInfo selectedOptionInfo)
Parameters
selectedOptionInfoDecisionOptionInfoInfo about the selected decision option.
Exceptions
- ArgumentNullException
Thrown if any required arguments are null.
Properties
SelectedOptionInfo
Info about the selected decision option. This object also contains the name of the parent decision.
public DecisionOptionInfo SelectedOptionInfo { get; }