Table of Contents

Class Events.BillEventArgs

Namespace
SuzerainModdingKit
Assembly
SuzerainModdingKit.dll

Event args passed to OnBillSigned and OnBillVetoed events.

public class Events.BillEventArgs : EventArgs
Inheritance
Events.BillEventArgs
Inherited Members

Constructors

BillEventArgs(string)

Creates a new instance of this class.

public BillEventArgs(string billName)

Parameters

billName string

The name of the bill.

Exceptions

ArgumentNullException

Thrown if any required arguments are null.

Properties

BillName

The name of the bill.

public string BillName { get; }

Property Value

string