xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
animation_update_event_handler.h
Go to the documentation of this file.
1 #pragma once
5 
6 #include <xtd/event_handler.h>
8 
10 namespace xtd {
12  namespace forms {
21  using animation_updated_event_handler = xtd::delegate<void(object&, const xtd::forms::animation_updated_event_args&)>;
22  }
23 }
Contains xtd::forms::animation_updated_event_args event args.
Provides data for the animation update event.
Definition: animation_update_event_args.h:17
Contains xtd::event_handler event handler.
xtd::delegate< void(object &, const xtd::forms::animation_updated_event_args &)> animation_updated_event_handler
Represents the method that will handle the update of xtd::forms::animation.
Definition: animation_update_event_handler.h:21
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17