[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.AppointmentLinkClicked

AppointmentLinkClicked Event

Event that fires when the user clicks a hyperlink within the appointment element.

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.10.dll
Syntax
[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)
Returns
Type Description
EventHandler<AppointmentLinkClickedEventArgs> Event that fires when the user clicks a hyperlink within the appointment element.