Skip to main content

AppointmentResizingEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientScheduler.AppointmentResizing event.

#Declaration

TypeScript
interface AppointmentResizingEventHandler<Sender> { (source: Sender, e: ASPxClientAppointmentResizingEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event sender (typically an ASPxClientScheduler object).

e ASPxClientAppointmentResizingEventArgs

A ASPxClientAppointmentResizingEventArgs object that contains event data.