Skip to main content
A newer version of this page is available. .

ASPxClientScheduler.AppointmentToolTipShowing Event

Fires on the client side before the appointment tooltip is shown.

Declaration

AppointmentToolTipShowing: ASPxClientEvent<ASPxClientAppointmentToolTipShowingEventHandler<ASPxClientScheduler>>

Event Data

The AppointmentToolTipShowing event's data class is ASPxClientAppointmentToolTipShowingEventArgs. The following properties provide information specific to this event:

Property Description
appointment Gets the appointment.
cancel Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientCancelEventArgs.

Remarks

The AppointmentToolTipShowing event enables you to prevent the tooltip display. To do this, set the event parameter’s cancel property to true.

See Also