.. |
Button.cs
|
3bec36ac47
Change Action to EventHandler for more events
|
2 years ago |
CheckBox.cs
|
17a33f3b11
Refactor `Action<bool?> Toggled` to `EventHandler<ToggleEventArgs>`
|
2 years ago |
ColorPicker.cs
|
3bec36ac47
Change Action to EventHandler for more events
|
2 years ago |
ComboBox.cs
|
4b5fbfb89c
Revert "Added TextChangedEventArgs"
|
2 years ago |
ContextMenu.cs
|
6f5ef32fb7
Switch `event Action` to `event EventHandler`
|
2 years ago |
DateField.cs
|
4b5fbfb89c
Revert "Added TextChangedEventArgs"
|
2 years ago |
FrameView.cs
|
e7950433d8
Standardize on EventHandler
|
2 years ago |
GraphView.cs
|
5594aff326
Hide cursor when entering GraphView and TabRowView
|
2 years ago |
HexView.cs
|
e347a255b7
Add HexViewEditEventArgs
|
2 years ago |
Label.cs
|
3bec36ac47
Change Action to EventHandler for more events
|
2 years ago |
LineView.cs
|
b39413c4aa
Remove stale bounds hacks
|
2 years ago |
ListView.cs
|
3bec36ac47
Change Action to EventHandler for more events
|
2 years ago |
Menu.cs
|
6a33f142e0
Added MenuOpenedEventArgs class
|
2 years ago |
PanelView.cs
|
e7950433d8
Standardize on EventHandler
|
2 years ago |
ProgressBar.cs
|
a82ac45843
Fixes AutoSize, Window Tile and added option to Border for fill or not.
|
3 years ago |
RadioGroup.cs
|
09683a2cd5
Refactor more `event Action` to `event EventHandler`
|
2 years ago |
ScrollBarView.cs
|
09683a2cd5
Refactor more `event Action` to `event EventHandler`
|
2 years ago |
ScrollView.cs
|
fcc75e7147
Update View Action events to EventHandler events
|
2 years ago |
StatusBar.cs
|
9425b2a720
Fixes #2181 - (Really) Adds configuration manager (#2365)
|
2 years ago |
TabView.cs
|
b39413c4aa
Remove stale bounds hacks
|
2 years ago |
TableView.cs
|
09683a2cd5
Refactor more `event Action` to `event EventHandler`
|
2 years ago |
TextField.cs
|
4b5fbfb89c
Revert "Added TextChangedEventArgs"
|
2 years ago |
TextValidateField.cs
|
ea7981dc59
Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556)
|
3 years ago |
TextView.cs
|
7a52f45a10
Add PointEventArgs
|
2 years ago |
TileView.cs
|
09683a2cd5
Refactor more `event Action` to `event EventHandler`
|
2 years ago |
TimeField.cs
|
4b5fbfb89c
Revert "Added TextChangedEventArgs"
|
2 years ago |
TreeView.cs
|
09683a2cd5
Refactor more `event Action` to `event EventHandler`
|
2 years ago |