Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Delegate: RT.Util.Controls.LinkEventHandler

Declaration

delegate void RT.Util.Controls.LinkEventHandler(
    object sender,
    RT.Util.Controls.LinkEventArgs e
)

Summary

Represents the method that will handle the LabelEx.LinkActivated event.

Parameters

objectsenderThe source of the event.
LinkEventArgseA LinkEventArgs that contains the event data.