# HyperLinkClickedEventArgs

> Arguments for the event EditorGUI.hyperLinkClicked.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public class HyperLinkClickedEventArgs
```

## Properties

| Property                                                                                                | Description                            |
| ------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| [hyperLinkData](/engine/6000.6/script-reference/unityeditor/hyperlinkclickedeventargs/hyperlinkdata.md) | Parameters found in the hyperlink tag. |
