Atk.LinkSelectedHandler Delegate
Event handler.

Syntax

public delegate void LinkSelectedHandler (object o, LinkSelectedArgs args)

Parameters

o
Documentation for this section has not yet been entered.
args
Documentation for this section has not yet been entered.

Remarks

The NoOpObject.LinkSelected event utilizes this delegate:

Event data is passed via the Atk.LinkSelectedArgs parameter.

To attach a Atk.LinkSelectedHandler to an event, add the LinkSelectedHandler instance to the event. The methods referenced by the LinkSelectedHandler instance are invoked whenever the event is raised, until the LinkSelectedHandler is removed from the event.

Requirements

Namespace: Atk
Assembly: atk-sharp (in atk-sharp.dll)
Assembly Versions: 2.12.0.0
Since: Gtk# 2.4