'Declaration Public Event AppointmentLinkClicked As System.EventHandler(Of AppointmentLinkClickedEventArgs)
public event System.EventHandler<AppointmentLinkClickedEventArgs> AppointmentLinkClicked
Event Data
The event handler receives an argument of type AppointmentLinkClickedEventArgs containing data related to this event. The following AppointmentLinkClickedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Appointment | Gets the appointment which the event was raised for. (Inherited from C1.C1Schedule.AppointmentEventArgs) |
Button | Gets the button that was clicked on the link. |
HRef | Gets the value of the link's HREF attribute. |
Target | Gets the value of the link's TARGET attribute. |
See Also