xtd 0.2.0
event_args.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "core_export.hpp"
6#include "object.hpp"
7
9namespace xtd {
19 public:
21
25 static const event_args empty;
27
29
33 event_args() = default;
35 };
36}
static const event_args empty
Provides a value to use with events that do not have event data.
Definition event_args.hpp:25
event_args()=default
Initializes a new instance of the event_args class.
object()=default
Create a new instance of the ultimate base class object.
Contains core_export_ keyword.
#define core_export_
Define shared library export.
Definition core_export.hpp:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::object class.