[]
Event that fires when the user clicks a hyperlink within the appointment element.
[C1Description("AppointmentLinkClicked", "Fired when user clicks hyperlink within the appointment element.")]
[C1Category("UI")]
public event EventHandler<AppointmentLinkClickedEventArgs> AppointmentLinkClicked
<C1Description("AppointmentLinkClicked", "Fired when user clicks hyperlink within the appointment element.")>
<C1Category("UI")>
Public Event AppointmentLinkClicked As EventHandler(Of AppointmentLinkClickedEventArgs)
| Type | Description |
|---|---|
| EventHandler<AppointmentLinkClickedEventArgs> | Event that fires when the user clicks a hyperlink within the appointment element. |