32 virtual int32 large_change()
const noexcept;
45 virtual int32 maximum()
const noexcept;
54 virtual int32 minimum()
const noexcept;
64 virtual int32 small_change()
const noexcept;
75 virtual int32 value()
const noexcept;
112 void on_handle_created(const
event_args&
e) override;
128 virtual
void on_value_changed(const
event_args& e);
139 std::shared_ptr<data> data_;
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents an event.
Definition: event.h:21
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
Contains xtd::forms::control control.