mattercontrol/MatterControlLib/SlicerConfiguration/UIFields
John Lewin f06e67a65e Use EventHandler<StringEventArgs> for SettingChanged event
- Issue MatterHackers/MCCentral#4730
Event should declare specialized EventArgs used via EventHandler<T>
2018-12-21 18:37:11 -08:00
..
BoundDoubleField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
CharField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
CheckboxField.cs Move theme.Colors.PrimaryTextColor into theme, remove unneeded types 2018-11-03 09:13:07 -07:00
ChildrenSelectorListField.cs Add theme driven MHDropDownList 2018-10-22 14:16:25 -07:00
ColorField.cs Use theme border colors 2018-11-06 09:06:06 -08:00
ComPortField.cs changed CommunicationStateChanged to EventHandler 2018-11-09 13:19:29 -08:00
DirectionVectorField.cs Add theme driven MHDropDownList 2018-10-22 14:16:25 -07:00
DoubleField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
DoubleOrPercentField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
DropMenuWrappedField.cs Use EventHandler<StringEventArgs> for SettingChanged event 2018-12-21 18:37:11 -08:00
EnumField.cs Improve theme support for DropLists 2018-10-22 14:16:25 -07:00
ExtruderOffsetField.cs put in the ability to specify "; NO_PROCESSING" on a gcode line 2018-12-03 16:33:35 -08:00
FieldChangedEventArgs.cs
IconEnumField.cs
IntField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
IntOrMmField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
IpAddessField.cs changed CommunicationStateChanged to EventHandler 2018-11-09 13:19:29 -08:00
ListField.cs Add theme driven MHDropDownList 2018-10-22 14:16:25 -07:00
ListStringField.cs
MarkdownEditField.cs
MaterialIndexField.cs Most of the code to make the material edit show up in the property view is written 2018-10-07 18:11:37 -07:00
MultilineStringField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
NumberField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
PositiveDoubleField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
SurfacedEditorPage.cs Remove dead code 2018-11-07 13:23:35 -08:00
SurfacedEditorsField.cs
TextField.cs Move theme.Colors.PrimaryTextColor into theme, remove unneeded types 2018-11-03 09:13:07 -07:00
UIField.cs
ValueOrUnitsField.cs Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
Vector2Field.cs Move theme.Colors.PrimaryTextColor into theme, remove unneeded types 2018-11-03 09:13:07 -07:00
Vector3Field.cs Move theme.Colors.PrimaryTextColor into theme, remove unneeded types 2018-11-03 09:13:07 -07:00