Table of Contents

Class ColorChangedEventArgs

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

Constructors

ColorChangedEventArgs(string, Color)

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

Parameters

id string
The ID of the ModColorOption that was changed.
value Color
The new value for the ModColorOption.