xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Toggle main menu visibility
Home
Categories
Documentation
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Files
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
link_label_clicked_event_handler.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
link_label_clicked_event_args.h
"
6
8
namespace
xtd
{
10
namespace
forms
{
20
using
link_label_clicked_event_handler
= delegate<void(
object
& sender,
link_label_clicked_event_args
&
e
)>;
21
}
22
}
23
xtd::forms::link_label_clicked_event_args
Represents a Windows label control that can display hyperlinks.
Definition:
link_label_clicked_event_args.h:25
xtd::forms::link_label_clicked_event_handler
delegate< void(object &sender, link_label_clicked_event_args &e)> link_label_clicked_event_handler
Represents the method that will handle the xtd::forms::link_label::link_clicked event of a xtd::forms...
Definition:
link_label_clicked_event_handler.h:20
xtd::forms::keys::e
@ e
The E key.
link_label_clicked_event_args.h
Contains xtd::forms::link_label class.
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition:
about_box.h:13
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition:
system_report.h:17
Generated on Sat Jan 28 2023 18:12:26 for xtd - Reference Guide by
Gammasoft
. All rights reserved.