|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
signal_cancel_event_args()=default
Initializes a new instance of the signal_cancel_event_args class.
signal_cancel_event_args(xtd::signal signal)
Initializes a new instance of the signal_cancel_event_args class.
bool cancel() const noexcept
Gets a value that indicates whether a signal has interrupted the current process. The default is fals...
xtd::signal signal() const noexcept
Gets the signal that interrupted the current process.
Contains xtd::event_args event args.
signal
Specifies signals that can interrupt the current process.
Definition signal.hpp:18
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::signal enum class.