[]
Represents the method that will handle the ToolTipLinkClicked event.
public delegate void ToolTipLinkClickedEventHandler(object sender, ToolTipLinkClickedEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Object that fired the event. |
| ToolTipLinkClickedEventArgs | e | ToolTipLinkClickedEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| ToolTipLinkClickedEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, ToolTipLinkClickedEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ToolTipLinkClickedEventArgs) |