xtd 0.2.0
animation_update_event_handler.h
Go to the documentation of this file.
1 #pragma once
6 #include <xtd/event_handler>
7 
9 namespace xtd {
11  namespace forms {
22  using animation_updated_event_handler = xtd::delegate<void(object&, const xtd::forms::animation_updated_event_args&)>;
23  }
24 }
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:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
Contains xtd::forms::animation_updated_event_args event args.