using xtd::forms::animation_updated_event_handler = typedef xtd::delegate<void(xtd::object&, const xtd::forms::animation_updated_event_args&)> |
Represents the method that will handle the update of xtd::forms::animation.
sender | The source of the event. |
e | A xtd::forms::animation_updated_event_args that contains the event data. |