Hypertext.connectLinkSelected

Connect to LinkSelected signal.

The "link-selected" signal is emitted by an AtkHyperText object when one of the hyperlinks associated with the object is selected.

interface Hypertext
ulong
connectLinkSelected
(
T
)
(,
Flag!"After" after = No.After
)

Parameters

callback T

signal callback delegate or function to connect

void callback(int arg1, atk.hypertext.Hypertext hypertext)

arg1 the index of the hyperlink which is selected (optional)

hypertext the instance the signal is connected to (optional)

after Flag!"After"

Yes.After to execute callback after default handler, No.After to execute before (default)

Return Value

Type: ulong

Signal ID