Table of Contents

Class ToggleChangedEventArgs

Namespace
Nautilus.Options
Assembly
Nautilus.dll
Contains all the information about a toggle changed event.
public class ToggleChangedEventArgs : ConfigOptionEventArgs<bool>
Inheritance
ToggleChangedEventArgs
Inherited Members
Extension Methods

Constructors

ToggleChangedEventArgs(string, bool)

Constructs a new ToggleChangedEventArgs.
public ToggleChangedEventArgs(string id, bool value)

Parameters

id string
The ID of the ModToggleOption that was changed.
value bool
The new value for the ModToggleOption.