CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
property_changed_event_handler.h
1
2#ifndef _System_ComponentModel_PropertyChangedEventHandler_h_
3#define _System_ComponentModel_PropertyChangedEventHandler_h_
4
5#include <system/shared_ptr.h>
6#include <system/object.h>
7#include <system/eventhandler.h>
8#include <system/component_model/property_changed_event_args.h>
9
10namespace System {
11namespace ComponentModel {
12
15
16} // namespace ComponentModel
17} // namespace System
18
19#endif // _System_ComponentModel_PropertyChangedEventHandler_h_
20
System::EventHandler< System::SharedPtr< PropertyChangedEventArgs > > PropertyChangedEventHandler
Handler type to handle PropertyChanged event.
Definition: property_changed_event_handler.h:14
Definition: db_command.h:9
MulticastDelegate< void(System::SharedPtr< Object >, TEventArgs)> EventHandler
Represents a method that reacts to and processes an event. This type should be allocated on stack and...
Definition: eventhandler.h:16