NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LinkClickEventArgs Constructor

Initializes a new instance of the LinkClickEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal linkText As String _
)
[C#]
public LinkClickEventArgs(
   string linkText
);
[C++]
public: LinkClickEventArgs(
   String* linkText
);
[JScript]
public function LinkClickEventArgs(
   linkText : String
);

Parameters

linkText
The text of the link that is clicked in the RichTextBox control.

Remarks

The text specified in the linkText parameter can be a URL, file path, or other data that you want specified for the link being clicked.

See Also

LinkClickEventArgs Class | LinkClickEventArgs Members | System.WinForms Namespace