Shows how to use xtd::event class.
#include <xtd/as>
#include <xtd/console>
#include <xtd/environment>
#include <xtd/event>
#include <xtd/event_handler>
#include <xtd/string>
 
public:
  
    if (text_ != text) {
      text_ = text;
    }
  }
  
  
protected:
  
private:
};
 
class button : public control {
public:
  button() = default;
  
  
  
protected:
};
 
auto main() -> int {
  
  };
  
  };
  
  
  
}
 
Represents text as a sequence of character units.
Definition basic_string.hpp:79
 
static std::ostream out
Gets the standard output stream. A std::basic_ostream<char_t> that represents the standard output str...
Definition console.hpp:52
 
static xtd::string new_line() noexcept
Gets the newline string defined for this environment.
 
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
 
static const event_args empty
Provides a value to use with events that do not have event data.
Definition event_args.hpp:25
 
Represents an event.
Definition event.hpp:21
 
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:42
 
xtd::forms::style_sheets::control button
The buttton data allows you to specify the box of a button control.
Definition button.hpp:25
 
@ control
The left or right CTRL modifier key.