xtd 0.2.0
animation_update_event_handler.hpp
Go to the documentation of this file.
1
4#pragma once
6#include <xtd/event_handler>
7
9namespace xtd {
11 namespace forms {
28 }
29}
Contains xtd::forms::animation_updated_event_args event args.
Provides data for the animation update event.
Definition animation_update_event_args.hpp:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:43
xtd::delegate< void(xtd::object &sender, const xtd::forms::animation_updated_event_args &e)> animation_updated_event_handler
Represents the method that will handle the update of xtd::forms::animation.
Definition animation_update_event_handler.hpp:27
@ e
The E key.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.hpp:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10