[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Tools.WindowsT.FormsT.LinkLabel.LinkClickedEventHandler"]

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public delegate void LinkClickedEventHandler(
	LinkLabel sender,
	LinkLabel..::..LinkClickedEventArgs e
)
Visual Basic
Public Delegate Sub LinkClickedEventHandler ( _
	sender As LinkLabel, _
	e As LinkLabel..::..LinkClickedEventArgs _
)
Visual C++
public delegate void LinkClickedEventHandler(
	LinkLabel^ sender, 
	LinkLabel..::..LinkClickedEventArgs^ e
)
F#
type LinkClickedEventHandler = 
    delegate of 
        sender:LinkLabel * 
        e:LinkLabel..::..LinkClickedEventArgs -> unit
JScript
JScript does not support delegates.

See Also