You are here: Documenter for .NET > Using Documenter Styles to Create Links > The Link Event Style

The Link Event Style

Link Event style is used to link an event name to the topic describing that event.

To create a link using this style, select the link text and press Link Event  on the Doc-To-Help Documenter for .NET toolbar.

For this style, the Doc-To-Help compiler will apply the nested type separator substitution to the link text, if applicable, see Special Characters in Link Text, add the word Event to the text, and establish a link to the topic with the title coinciding with the resulting text.

By default, Doc-To-Help removes the name of the type containing the event, if the type name is present. You can change this behavior by using the special characters, exclamation sign and parenthesis. See Special Characters in Link Text.

The following table demonstrates the usage of the Link Event style:

 

In document

In help file

Links to topic

Form.Load

Load

Form.Load Event

!Form.Load

Form.Load

Form.Load Event

System.Windows.Forms.Form.Load

Load

System.Windows.Forms.Form.Load Event

!System.Windows.Forms.Form.Load

System.Windows.Forms.Form.Load

System.Windows.Forms.Form.Load Event

(System.Windows.Forms.)Form.Load

System.Windows.Forms.Form.Load

Form.Load Event