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

ASPxClientAppointmentToolTipShowingEventArgs Class

Provides data for the ASPxClientScheduler.AppointmentToolTipShowing event.

Declaration

declare class ASPxClientAppointmentToolTipShowingEventArgs extends ASPxClientCancelEventArgs

Remarks

Objects of the ASPxClientAppointmentToolTipShowingEventArgs type are used as arguments for the ASPxClientScheduler.AppointmentToolTipShowing event, generated on the client side.

ASPxClientAppointmentToolTipShowingEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.

Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientAppointmentToolTipShowingEventArgs
See Also