|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Represents the method that will handle an event when the event provides data. More...
#include "Common.h"#include "System/Object.h"#include "System/EventArgs.h"#include "System/Action.h"#include "System/Collections/Generic/List.h"#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::EventHandler< TEventArgs > |
| Represents the method that will handle an event when the event provides data. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
Functions | |
| template<typename TEventArgs = EventArgs> | |
| DotNetDupe::System::EventHandler () -> EventHandler< TEventArgs > | |
Represents the method that will handle an event when the event provides data.
Standard Citation: ECMA-335 CLI Common Language Infrastructure.
Definition in file EventHandler.h.