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