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

ASPxClientAppointmentToolTipShowingEventArgs Members

Provides data for the ASPxClientScheduler.AppointmentToolTipShowing event.

Constructors

Name Description
constructor(appointment) Initializes a new instance of the ASPxClientAppointmentToolTipShowingEventArgs class.

Properties

Name 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.
See Also