DekGenius.com
[ Team LiB ] Previous Section Next Section

LinkClickedEventHandlerserializable

System.Windows.Forms (system.windows.forms.dll)delegate

This is the delegate for the LinkLabel.LinkClicked and RichTextBox.LinkClicked events.

public delegate void LinkClickedEventHandler(object sender, LinkClickedEventArgs e);

Associated Events

RichTextBox.LinkClicked()

    [ Team LiB ] Previous Section Next Section