xtd 0.2.0
Loading...
Searching...
No Matches
animation_update_event_handler.h
Go to the documentation of this file.
1
4#pragma once
6#include <xtd/event_handler>
7
9namespace xtd {
11 namespace forms {
23 }
24}
Contains xtd::forms::animation_updated_event_args event args.
Provides data for the animation update event.
Definition animation_update_event_args.h:20
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:32
xtd::delegate< void(xtd::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::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10