Class ColorChangedEventArgs
Contains all the information about a color changed event.
public class ColorChangedEventArgs : ConfigOptionEventArgs<Color>
- Inheritance
-
ConfigOptionEventArgs<Color>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.