
The DocumentLinkEventArgs class provides data for the TextControl.DocumentLinkClicked event.
[C#]
public class DocumentLinkEventArgs: EventArgs
[Visual Basic]
Public Class DocumentLinkEventArgs
Inherits EventArgs
| Property | Description | |
| DocumentLink | Gets an object that represents the clicked document link. |